Html Css Color HEX #2E2011 Cocoa Brown

📋 copy color: '#2E2011'

red 46 ◦ green 32 ◦ blue 17

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

Shades of Cocoa Brown #2E2011

Tints of Cocoa Brown #2E2011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 33.68%

 BLUE value IS 17 (7.03% from 255) = 17.89%

R = 48.42%
G = 33.68%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.82

RGB Variations

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

Color information

#2E2011 (or 0x2E2011) is known color: Cocoa Brown. HEX triplet: 2E, 20 and 11. RGB value is (46,32,17). Sum of RGB (Red+Green+Blue) = 46+32+17=95 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.42% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2011 is #D1DFEE. Grayscale: #222222. Windows color (decimal): -13754351 or 1122350. OLE color: 1122350.

HSL color Cylindrical-coordinate representation of color #2E2011: hue angle of 31.03º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E2011 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 32 17 -
CMYK 0 0.30 0.63 0.82
HSL 31.03º 0.46% 0.12% -
HSV(B) 31.03º 0.63% 0.18% -
XYZ 1.74 1.65 0.76 -
YUV 34.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 46 32 17 0 0.30 0.63 0.82 31.03 0.46 0.12
Hex 2E 20 11 0 1E 3F 52 1F 2E C
Octal 56 40 21 0 36 77 122 37 56 14
Binary 101110 100000 10001 0 11110 111111 1010010 11111 101110 1100

Color Harmonies of #2E2011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2011

Black with #2E2011

Text Example


Text Example

White with #2E2011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,32,17); }

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

background-color css

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

 a { background-color: rgb(46,32,17); }

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

border-color css

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

 span { border-color: rgb(46,32,17); }

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