#392005

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

Shades of Cocoa Brown #392005

Tints of Cocoa Brown #392005

Color information

#392005 (or 0x392005) is unknown color: approx Cocoa Brown. HEX triplet: 39, 20 and 05. RGB value is (57,32,5). Sum of RGB (Red+Green+Blue) = 57+32+5=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #392005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392005 is #C6DFFA. Grayscale: #242424. Windows color (decimal): -13033467 or 335929. OLE color: 335929.

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

Color convert

RGB57325-
CMYK00.440.910.78
HSL31.15º83.87%12.16%-
HSV(B)31.15º91.23%22.35%-
XYZ2.231.910.4-
YUV36.4110.28142.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60.64%
GREEN value IS 32 (12.89% from 255) = 34.04%
BLUE value IS 5 (2.34% from 255) = 5.32%
R=60.64%
G=34.04%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5732500.440.910.7831.1583.8712.16
Hex3920502C5B4E1f54c
Octal714050541331163712414
Binary1110011000001010101100101101110011101111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392005; }

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

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

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

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

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

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

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

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