#331D04

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

Shades of Cocoa Brown #331D04

Tints of Cocoa Brown #331D04

Color information

#331D04 (or 0x331D04) is unknown color: approx Cocoa Brown. HEX triplet: 33, 1D and 04. RGB value is (51,29,4). Sum of RGB (Red+Green+Blue) = 51+29+4=84 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60.71% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 51 - color contains mainly: red. Hex color #331D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331D04 is #CCE2FB. Grayscale: #202020. Windows color (decimal): -13427452 or 269619. OLE color: 269619.

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

Color convert

RGB51294-
CMYK00.430.920.8
HSL31.91º85.45%10.78%-
HSV(B)31.91º92.16%20%-
XYZ1.831.590.33-
YUV32.73111.79141.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 60.71%
GREEN value IS 29 (11.72% from 255) = 34.52%
BLUE value IS 4 (1.95% from 255) = 4.76%
R=60.71%
G=34.52%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.92
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5129400.430.920.831.9185.4510.78
Hex331D402B5C502055b
Octal633540531341204012513
Binary1100111110110001010111011100101000010000010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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