Html Css Color HEX #2E1808 Cocoa Brown

📋 copy color: '#2E1808'

red 46 ◦ green 24 ◦ blue 8

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

Shades of Cocoa Brown #2E1808

Tints of Cocoa Brown #2E1808

RGB

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

 GREEN value IS 24 (9.77% from 255) = 30.77%

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

R = 58.97%
G = 30.77%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.82

RGB Variations

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

Color information

#2E1808 (or 0x2E1808) is known color: Cocoa Brown. HEX triplet: 2E, 18 and 08. RGB value is (46,24,8). Sum of RGB (Red+Green+Blue) = 46+24+8=78 (10% of max value = 765). Red value is 46 (18.36% from 255 or 58.97% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1808 is #D1E7F7. Grayscale: #1C1C1C. Windows color (decimal): -13756408 or 530478. OLE color: 530478.

HSL color Cylindrical-coordinate representation of color #2E1808: hue angle of 25.26º 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 #2E1808 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 24 8 -
CMYK 0 0.48 0.83 0.82
HSL 25.26º 0.7% 0.11% -
HSV(B) 25.26º 0.83% 0.18% -
XYZ 1.5 1.25 0.39 -
YUV 28.75 116.29 140.3 -
System Red Green Blue C M Y K H S L
Decimal 46 24 8 0 0.48 0.83 0.82 25.26 0.7 0.11
Hex 2E 18 8 0 30 53 52 19 46 B
Octal 56 30 10 0 60 123 122 31 106 13
Binary 101110 11000 1000 0 110000 1010011 1010010 11001 1000110 1011

Color Harmonies of #2E1808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1808

Black with #2E1808

Text Example


Text Example

White with #2E1808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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