#391F05

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

Shades of Cocoa Brown #391F05

Tints of Cocoa Brown #391F05

Color information

#391F05 (or 0x391F05) is unknown color: approx Cocoa Brown. HEX triplet: 39, 1F and 05. RGB value is (57,31,5). Sum of RGB (Red+Green+Blue) = 57+31+5=93 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.29% from 93); Green value is 31 (12.5% from 255 or 33.33% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 57 - color contains mainly: red. Hex color #391F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391F05 is #C6E0FA. Grayscale: #232323. Windows color (decimal): -13033723 or 335673. OLE color: 335673.

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

Color convert

RGB57315-
CMYK00.460.910.78
HSL30º83.87%12.16%-
HSV(B)30º91.23%22.35%-
XYZ2.21.860.39-
YUV35.81110.61143.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 61.29%
GREEN value IS 31 (12.5% from 255) = 33.33%
BLUE value IS 5 (2.34% from 255) = 5.38%
R=61.29%
G=33.33%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5731500.460.910.783083.8712.16
Hex391F502E5B4E1e54c
Octal713750561331163612414
Binary111001111111010101110101101110011101111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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