#331D0C

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

Shades of Cocoa Brown #331D0C

Tints of Cocoa Brown #331D0C

Color information

#331D0C (or 0x331D0C) is unknown color: approx Cocoa Brown. HEX triplet: 33, 1D and 0C. RGB value is (51,29,12). Sum of RGB (Red+Green+Blue) = 51+29+12=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #331D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331D0C is #CCE2F3. Grayscale: #212121. Windows color (decimal): -13427444 or 793907. OLE color: 793907.

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

Color convert

RGB512912-
CMYK00.430.760.8
HSL26.15º61.9%12.35%-
HSV(B)26.15º76.47%20%-
XYZ1.871.610.56-
YUV33.64115.79140.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 55.43%
GREEN value IS 29 (11.72% from 255) = 31.52%
BLUE value IS 12 (5.08% from 255) = 13.04%
R=55.43%
G=31.52%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51291200.430.760.826.1561.912.35
Hex331DC02B4C501a3ec
Octal633514053114120327614
Binary110011111011100010101110011001010000110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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