#391D00

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

Shades of Cocoa Brown #391D00

Tints of Cocoa Brown #391D00

Color information

#391D00 (or 0x391D00) is unknown color: approx Cocoa Brown. HEX triplet: 39, 1D and 00. RGB value is (57,29,0). Sum of RGB (Red+Green+Blue) = 57+29+0=86 (11% of max value = 765). Red value is 57 (22.66% from 255 or 66.28% from 86); Green value is 29 (11.72% from 255 or 33.72% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 57 - color contains mainly: red. Hex color #391D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391D00 is #C6E2FF. Grayscale: #222222. Windows color (decimal): -13034240 or 7481. OLE color: 7481.

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

Color convert

RGB57290-
CMYK00.4910.78
HSL30.53º100%11.18%-
HSV(B)30.53º100%22.35%-
XYZ2.131.750.23-
YUV34.07108.78144.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 66.28%
GREEN value IS 29 (11.72% from 255) = 33.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.28%
G=33.72%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5729000.4910.7830.5310011.18
Hex391D0031644E1f64b
Octal713500611441163714413
Binary1110011110100110001110010010011101111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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