Html Css Color HEX #2E2213 Cocoa Brown

📋 copy color: '#2E2213'

red 46 ◦ green 34 ◦ blue 19

#2E2213
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #2E2213

Tints of Cocoa Brown #2E2213

RGB

 RED value IS 46 (18.36% from 255) = 46.46%

 GREEN value IS 34 (13.67% from 255) = 34.34%

 BLUE value IS 19 (7.81% from 255) = 19.19%

R = 46.46%
G = 34.34%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.82

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2E2213 (or 0x2E2213) is known color: Cocoa Brown. HEX triplet: 2E, 22 and 13. RGB value is (46,34,19). Sum of RGB (Red+Green+Blue) = 46+34+19=99 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46.46% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2213 is #D1DDEC. Grayscale: #232323. Windows color (decimal): -13753837 or 1253934. OLE color: 1253934.

HSL color Cylindrical-coordinate representation of color #2E2213: hue angle of 33.33º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E2213 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 34 19 -
CMYK 0 0.26 0.59 0.82
HSL 33.33º 0.42% 0.13% -
HSV(B) 33.33º 0.59% 0.18% -
XYZ 1.82 1.77 0.86 -
YUV 35.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 46 34 19 0 0.26 0.59 0.82 33.33 0.42 0.13
Hex 2E 22 13 0 1A 3B 52 21 2A D
Octal 56 42 23 0 32 73 122 41 52 15
Binary 101110 100010 10011 0 11010 111011 1010010 100001 101010 1101

Color Harmonies of #2E2213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2213

Black with #2E2213

Text Example


Text Example

White with #2E2213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E2213; }

 p { color: rgb(46,34,19); }

 H1.HeaderClassName
 {
   color: #2E2213;
 }
 .AnyTagClassName
 {
   color: #2E2213;
 }
</style>

background-color css

<style>
 a { background-color: #2E2213; }

 a { background-color: rgb(46,34,19); }

 div.DivClassName
 {
   background-color: #2E2213;
 }
 .BgClassName
 {
   background-color: #2E2213;
 }
</style>

border-color css

<style>
 span { border-color: #2E2213; }

 span { border-color: rgb(46,34,19); }

 td.TdClassName
 {
   border-color: #2E2213;
 }
 .TagClassName
 {
   border-color: #2E2213;
 }
</style>