#331F04

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

Shades of Cocoa Brown #331F04

Tints of Cocoa Brown #331F04

Color information

#331F04 (or 0x331F04) is unknown color: approx Cocoa Brown. HEX triplet: 33, 1F and 04. RGB value is (51,31,4). Sum of RGB (Red+Green+Blue) = 51+31+4=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #331F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #331F04 is #CCE0FB. Grayscale: #222222. Windows color (decimal): -13426940 or 270131. OLE color: 270131.

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

Color convert

RGB51314-
CMYK00.390.920.8
HSL34.47º85.45%10.78%-
HSV(B)34.47º92.16%20%-
XYZ1.881.690.34-
YUV33.9111.13140.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 59.30%
GREEN value IS 31 (12.5% from 255) = 36.05%
BLUE value IS 4 (1.95% from 255) = 4.65%
R=59.30%
G=36.05%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.92
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal5131400.390.920.834.4785.4510.78
Hex331F40275C502255b
Octal633740471341204212513
Binary1100111111110001001111011100101000010001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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