#392A1C

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

Shades of Cocoa Brown #392A1C

Tints of Cocoa Brown #392A1C

Color information

#392A1C (or 0x392A1C) is unknown color: approx Cocoa Brown. HEX triplet: 39, 2A and 1C. RGB value is (57,42,28). Sum of RGB (Red+Green+Blue) = 57+42+28=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #392A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392A1C is #C6D5E3. Grayscale: #2C2C2C. Windows color (decimal): -13030884 or 1845817. OLE color: 1845817.

HSL color Cylindrical-coordinate representation of color #392A1C: hue angle of 28.97º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #392A1C is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB574228-
CMYK00.260.510.78
HSL28.97º34.12%16.67%-
HSV(B)28.97º50.88%22.35%-
XYZ2.722.611.46-
YUV44.89118.47136.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 42 (16.80% from 255) = 33.07%
BLUE value IS 28 (11.33% from 255) = 22.05%
R=44.88%
G=33.07%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57422800.260.510.7828.9734.1216.67
Hex392A1C01A334E1d2211
Octal71523403263116354221
Binary1110011010101110001101011001110011101110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392A1C; }

 p { color: rgb(57,42,28); }

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

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

 a { background-color: rgb(57,42,28); }

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

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

 span { border-color: rgb(57,42,28); }

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