Html Css Color HEX #2E1807 Cocoa Brown

📋 copy color: '#2E1807'

red 46 ◦ green 24 ◦ blue 7

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

Shades of Cocoa Brown #2E1807

Tints of Cocoa Brown #2E1807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 9.09%

R = 59.74%
G = 31.17%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.82

RGB Variations

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

Color information

#2E1807 (or 0x2E1807) is known color: Cocoa Brown. HEX triplet: 2E, 18 and 07. RGB value is (46,24,7). Sum of RGB (Red+Green+Blue) = 46+24+7=77 (10% of max value = 765). Red value is 46 (18.36% from 255 or 59.74% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 7 (3.12% from 255 or 9.09% from 77); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1807 is #D1E7F8. Grayscale: #1C1C1C. Windows color (decimal): -13756409 or 464942. OLE color: 464942.

HSL color Cylindrical-coordinate representation of color #2E1807: hue angle of 26.15º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E1807 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 24 7 -
CMYK 0 0.48 0.85 0.82
HSL 26.15º 0.74% 0.1% -
HSV(B) 26.15º 0.85% 0.18% -
XYZ 1.49 1.25 0.36 -
YUV 28.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 46 24 7 0 0.48 0.85 0.82 26.15 0.74 0.1
Hex 2E 18 7 0 30 55 52 1A 4A A
Octal 56 30 7 0 60 125 122 32 112 12
Binary 101110 11000 111 0 110000 1010101 1010010 11010 1001010 1010

Color Harmonies of #2E1807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1807

Black with #2E1807

Text Example


Text Example

White with #2E1807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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