#391D02

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

Shades of Cocoa Brown #391D02

Tints of Cocoa Brown #391D02

Color information

#391D02 (or 0x391D02) is unknown color: approx Cocoa Brown. HEX triplet: 39, 1D and 02. RGB value is (57,29,2). Sum of RGB (Red+Green+Blue) = 57+29+2=88 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.77% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 57 - color contains mainly: red. Hex color #391D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391D02 is #C6E2FD. Grayscale: #222222. Windows color (decimal): -13034238 or 138553. OLE color: 138553.

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

Color convert

RGB57292-
CMYK00.490.960.78
HSL29.45º93.22%11.57%-
HSV(B)29.45º96.49%22.35%-
XYZ2.141.750.28-
YUV34.29109.78144.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 64.77%
GREEN value IS 29 (11.72% from 255) = 32.95%
BLUE value IS 2 (1.17% from 255) = 2.27%
R=64.77%
G=32.95%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5729200.490.960.7829.4593.2211.57
Hex391D2031604E1d5dc
Octal713520611401163513514
Binary11100111101100110001110000010011101110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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