Html Css Color HEX #331E08 Cocoa Brown

📋 copy color: '#331E08'

red 51 ◦ green 30 ◦ blue 8

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

Shades of Cocoa Brown #331E08

Tints of Cocoa Brown #331E08

RGB

 RED value IS 51 (20.31% from 255) = 57.3%

 GREEN value IS 30 (12.11% from 255) = 33.71%

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

R = 57.3%
G = 33.71%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.8

RGB Variations

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

Color information

#331E08 (or 0x331E08) is known color: Cocoa Brown. HEX triplet: 33, 1E and 08. RGB value is (51,30,8). Sum of RGB (Red+Green+Blue) = 51+30+8=89 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.30% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 8 (3.52% from 255 or 8.99% from 89); Max value from RGB is 51 - color contains mainly: red. Hex color #331E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331E08 is #CCE1F7. Grayscale: #212121. Windows color (decimal): -13427192 or 532019. OLE color: 532019.

HSL color Cylindrical-coordinate representation of color #331E08: hue angle of 30.7º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331E08 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 30 8 -
CMYK 0 0.41 0.84 0.8
HSL 30.7º 0.73% 0.12% -
HSV(B) 30.7º 0.84% 0.2% -
XYZ 1.87 1.65 0.45 -
YUV 33.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 51 30 8 0 0.41 0.84 0.8 30.7 0.73 0.12
Hex 33 1E 8 0 29 54 50 1F 49 C
Octal 63 36 10 0 51 124 120 37 111 14
Binary 110011 11110 1000 0 101001 1010100 1010000 11111 1001001 1100

Color Harmonies of #331E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331E08

Black with #331E08

Text Example


Text Example

White with #331E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331E08; }

 p { color: rgb(51,30,8); }

 H1.HeaderClassName
 {
   color: #331E08;
 }
 .AnyTagClassName
 {
   color: #331E08;
 }
</style>

background-color css

<style>
 a { background-color: #331E08; }

 a { background-color: rgb(51,30,8); }

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

border-color css

<style>
 span { border-color: #331E08; }

 span { border-color: rgb(51,30,8); }

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