#391F0B

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

Shades of Cocoa Brown #391F0B

Tints of Cocoa Brown #391F0B

Color information

#391F0B (or 0x391F0B) is unknown color: approx Cocoa Brown. HEX triplet: 39, 1F and 0B. RGB value is (57,31,11). Sum of RGB (Red+Green+Blue) = 57+31+11=99 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57.58% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 57 - color contains mainly: red. Hex color #391F0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391F0B is #C6E0F4. Grayscale: #242424. Windows color (decimal): -13033717 or 728889. OLE color: 728889.

HSL color Cylindrical-coordinate representation of color #391F0B: hue angle of 26.09º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #391F0B is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.78.

Color convert

RGB573111-
CMYK00.460.810.78
HSL26.09º67.65%13.33%-
HSV(B)26.09º80.7%22.35%-
XYZ2.241.870.56-
YUV36.49113.61142.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 57.58%
GREEN value IS 31 (12.5% from 255) = 31.31%
BLUE value IS 11 (4.69% from 255) = 11.11%
R=57.58%
G=31.31%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57311100.460.810.7826.0967.6513.33
Hex391FB02E514E1a44d
Octal7137130561211163210415
Binary1110011111110110101110101000110011101101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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