#392B1B

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

Shades of Cocoa Brown #392B1B

Tints of Cocoa Brown #392B1B

Color information

#392B1B (or 0x392B1B) is unknown color: approx Cocoa Brown. HEX triplet: 39, 2B and 1B. RGB value is (57,43,27). Sum of RGB (Red+Green+Blue) = 57+43+27=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #392B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B1B is #C6D4E4. Grayscale: #2D2D2D. Windows color (decimal): -13030629 or 1780537. OLE color: 1780537.

HSL color Cylindrical-coordinate representation of color #392B1B: hue angle of 32º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #392B1B is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB574327-
CMYK00.250.530.78
HSL32º35.71%16.47%-
HSV(B)32º52.63%22.35%-
XYZ2.752.681.41-
YUV45.36117.64136.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.88%
GREEN value IS 43 (17.19% from 255) = 33.86%
BLUE value IS 27 (10.94% from 255) = 21.26%
R=44.88%
G=33.86%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57432700.250.530.783235.7116.47
Hex392B1B019354E202410
Octal71533303165116404420
Binary11100110101111011011001110101100111010000010010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,43,27); }

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

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

 a { background-color: rgb(57,43,27); }

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

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

 span { border-color: rgb(57,43,27); }

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