#391E05

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

Shades of Cocoa Brown #391E05

Tints of Cocoa Brown #391E05

Color information

#391E05 (or 0x391E05) is unknown color: approx Cocoa Brown. HEX triplet: 39, 1E and 05. RGB value is (57,30,5). Sum of RGB (Red+Green+Blue) = 57+30+5=92 (12% of max value = 765). Red value is 57 (22.66% from 255 or 61.96% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 57 - color contains mainly: red. Hex color #391E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #391E05 is #C6E1FA. Grayscale: #232323. Windows color (decimal): -13033979 or 335417. OLE color: 335417.

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

Color convert

RGB57305-
CMYK00.470.910.78
HSL28.85º83.87%12.16%-
HSV(B)28.85º91.23%22.35%-
XYZ2.181.810.38-
YUV35.22110.95143.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 61.96%
GREEN value IS 30 (12.11% from 255) = 32.61%
BLUE value IS 5 (2.34% from 255) = 5.43%
R=61.96%
G=32.61%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5730500.470.910.7828.8583.8712.16
Hex391E502F5B4E1d54c
Octal713650571331163512414
Binary111001111101010101111101101110011101110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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