#391D04

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

Shades of Cocoa Brown #391D04

Tints of Cocoa Brown #391D04

Color information

#391D04 (or 0x391D04) is unknown color: approx Cocoa Brown. HEX triplet: 39, 1D and 04. RGB value is (57,29,4). Sum of RGB (Red+Green+Blue) = 57+29+4=90 (11% of max value = 765). Red value is 57 (22.66% from 255 or 63.33% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 57 - color contains mainly: red. Hex color #391D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391D04 is #C6E2FB. Grayscale: #222222. Windows color (decimal): -13034236 or 269625. OLE color: 269625.

HSL color Cylindrical-coordinate representation of color #391D04: hue angle of 28.3º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #391D04 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB57294-
CMYK00.490.930.78
HSL28.3º86.89%11.96%-
HSV(B)28.3º92.98%22.35%-
XYZ2.151.760.34-
YUV34.52110.78144.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 63.33%
GREEN value IS 29 (11.72% from 255) = 32.22%
BLUE value IS 4 (1.95% from 255) = 4.44%
R=63.33%
G=32.22%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5729400.490.930.7828.386.8911.96
Hex391D40315D4E1c57c
Octal713540611351163412714
Binary111001111011000110001101110110011101110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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