Html Css Color HEX #2E1B08 Cocoa Brown

📋 copy color: '#2E1B08'

red 46 ◦ green 27 ◦ blue 8

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

Shades of Cocoa Brown #2E1B08

Tints of Cocoa Brown #2E1B08

RGB

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

 GREEN value IS 27 (10.94% from 255) = 33.33%

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

R = 56.79%
G = 33.33%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.82

RGB Variations

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

Color information

#2E1B08 (or 0x2E1B08) is known color: Cocoa Brown. HEX triplet: 2E, 1B and 08. RGB value is (46,27,8). Sum of RGB (Red+Green+Blue) = 46+27+8=81 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.79% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1B08 is #D1E4F7. Grayscale: #1E1E1E. Windows color (decimal): -13755640 or 531246. OLE color: 531246.

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

Color convert

RGB 46 27 8 -
CMYK 0 0.41 0.83 0.82
HSL 30º 0.7% 0.11% -
HSV(B) 30º 0.83% 0.18% -
XYZ 1.56 1.38 0.41 -
YUV 30.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 46 27 8 0 0.41 0.83 0.82 30 0.7 0.11
Hex 2E 1B 8 0 29 53 52 1E 46 B
Octal 56 33 10 0 51 123 122 36 106 13
Binary 101110 11011 1000 0 101001 1010011 1010010 11110 1000110 1011

Color Harmonies of #2E1B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1B08

Black with #2E1B08

Text Example


Text Example

White with #2E1B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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