#391D01

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

Shades of Cocoa Brown #391D01

Tints of Cocoa Brown #391D01

Color information

#391D01 (or 0x391D01) is unknown color: approx Cocoa Brown. HEX triplet: 39, 1D and 01. RGB value is (57,29,1). Sum of RGB (Red+Green+Blue) = 57+29+1=87 (11% of max value = 765). Red value is 57 (22.66% from 255 or 65.52% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 57 - color contains mainly: red. Hex color #391D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391D01 is #C6E2FE. Grayscale: #222222. Windows color (decimal): -13034239 or 73017. OLE color: 73017.

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

Color convert

RGB57291-
CMYK00.490.980.78
HSL30º96.55%11.37%-
HSV(B)30º98.25%22.35%-
XYZ2.131.750.25-
YUV34.18109.28144.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 65.52%
GREEN value IS 29 (11.72% from 255) = 33.33%
BLUE value IS 1 (0.78% from 255) = 1.15%
R=65.52%
G=33.33%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5729100.490.980.783096.5511.37
Hex391D1031624E1e61b
Octal713510611421163614113
Binary1110011110110110001110001010011101111011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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