#392918

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

Shades of Cocoa Brown #392918

Tints of Cocoa Brown #392918

Color information

#392918 (or 0x392918) is unknown color: approx Cocoa Brown. HEX triplet: 39, 29 and 18. RGB value is (57,41,24). Sum of RGB (Red+Green+Blue) = 57+41+24=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #392918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392918 is #C6D6E7. Grayscale: #2B2B2B. Windows color (decimal): -13031144 or 1583417. OLE color: 1583417.

HSL color Cylindrical-coordinate representation of color #392918: hue angle of 30.91º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #392918 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB574124-
CMYK00.280.580.78
HSL30.91º40.74%15.88%-
HSV(B)30.91º57.89%22.35%-
XYZ2.652.521.21-
YUV43.85116.8137.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.72%
GREEN value IS 41 (16.41% from 255) = 33.61%
BLUE value IS 24 (9.77% from 255) = 19.67%
R=46.72%
G=33.61%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57412400.280.580.7830.9140.7415.88
Hex39291801C3A4E1f2910
Octal71513003472116375120
Binary1110011010011100001110011101010011101111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392918; }

 p { color: rgb(57,41,24); }

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

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

 a { background-color: rgb(57,41,24); }

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

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

 span { border-color: rgb(57,41,24); }

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