#331D08

Color #331D08 Cocoa Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cocoa Brown #331D08

Tints of Cocoa Brown #331D08

Color information

#331D08 (or 0x331D08) is unknown color: approx Cocoa Brown. HEX triplet: 33, 1D and 08. RGB value is (51,29,8). Sum of RGB (Red+Green+Blue) = 51+29+8=88 (11% of max value = 765). Red value is 51 (20.31% from 255 or 57.95% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 51 - color contains mainly: red. Hex color #331D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331D08 is #CCE2F7. Grayscale: #212121. Windows color (decimal): -13427448 or 531763. OLE color: 531763.

HSL color Cylindrical-coordinate representation of color #331D08: hue angle of 29.3º 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 #331D08 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.8.

Color convert

RGB51298-
CMYK00.430.840.8
HSL29.3º72.88%11.57%-
HSV(B)29.3º84.31%20%-
XYZ1.851.60.44-
YUV33.18113.79140.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 57.95%
GREEN value IS 29 (11.72% from 255) = 32.95%
BLUE value IS 8 (3.52% from 255) = 9.09%
R=57.95%
G=32.95%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5129800.430.840.829.372.8811.57
Hex331D802B54501d49c
Octal6335100531241203511114
Binary1100111110110000101011101010010100001110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #331D08;
 }
 .AnyTagClassName
 {
   color: #331D08;
 }
</style>
background-color css

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

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

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

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

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

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