#391F01

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

Shades of Cocoa Brown #391F01

Tints of Cocoa Brown #391F01

Color information

#391F01 (or 0x391F01) is unknown color: approx Cocoa Brown. HEX triplet: 39, 1F and 01. RGB value is (57,31,1). Sum of RGB (Red+Green+Blue) = 57+31+1=89 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.04% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 57 - color contains mainly: red. Hex color #391F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391F01 is #C6E0FE. Grayscale: #232323. Windows color (decimal): -13033727 or 73529. OLE color: 73529.

HSL color Cylindrical-coordinate representation of color #391F01: hue angle of 32.14º 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 #391F01 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB57311-
CMYK00.460.980.78
HSL32.14º96.55%11.37%-
HSV(B)32.14º98.25%22.35%-
XYZ2.181.850.27-
YUV35.35108.61143.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 64.04%
GREEN value IS 31 (12.5% from 255) = 34.83%
BLUE value IS 1 (0.78% from 255) = 1.12%
R=64.04%
G=34.83%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5731100.460.980.7832.1496.5511.37
Hex391F102E624E2061b
Octal713710561421164014113
Binary11100111111101011101100010100111010000011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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