Html Css Color HEX #2E1D08 Cocoa Brown

📋 copy color: '#2E1D08'

red 46 ◦ green 29 ◦ blue 8

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

Shades of Cocoa Brown #2E1D08

Tints of Cocoa Brown #2E1D08

RGB

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

 GREEN value IS 29 (11.72% from 255) = 34.94%

 BLUE value IS 8 (3.52% from 255) = 9.64%

R = 55.42%
G = 34.94%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.82

RGB Variations

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

Color information

#2E1D08 (or 0x2E1D08) is known color: Cocoa Brown. HEX triplet: 2E, 1D and 08. RGB value is (46,29,8). Sum of RGB (Red+Green+Blue) = 46+29+8=83 (10% of max value = 765). Red value is 46 (18.36% from 255 or 55.42% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1D08 is #D1E2F7. Grayscale: #1F1F1F. Windows color (decimal): -13755128 or 531758. OLE color: 531758.

HSL color Cylindrical-coordinate representation of color #2E1D08: hue angle of 33.16º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E1D08 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 29 8 -
CMYK 0 0.37 0.83 0.82
HSL 33.16º 0.7% 0.11% -
HSV(B) 33.16º 0.83% 0.18% -
XYZ 1.61 1.48 0.43 -
YUV 31.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 46 29 8 0 0.37 0.83 0.82 33.16 0.7 0.11
Hex 2E 1D 8 0 25 53 52 21 46 B
Octal 56 35 10 0 45 123 122 41 106 13
Binary 101110 11101 1000 0 100101 1010011 1010010 100001 1000110 1011

Color Harmonies of #2E1D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1D08

Black with #2E1D08

Text Example


Text Example

White with #2E1D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,29,8); }

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

background-color css

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

 a { background-color: rgb(46,29,8); }

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

border-color css

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

 span { border-color: rgb(46,29,8); }

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