#392B1E

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

Shades of Cocoa Brown #392B1E

Tints of Cocoa Brown #392B1E

Color information

#392B1E (or 0x392B1E) is unknown color: approx Cocoa Brown. HEX triplet: 39, 2B and 1E. RGB value is (57,43,30). Sum of RGB (Red+Green+Blue) = 57+43+30=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 43 (17.19% from 255 or 33.08% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 57 - color contains mainly: red. Hex color #392B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B1E is #C6D4E1. Grayscale: #2D2D2D. Windows color (decimal): -13030626 or 1977145. OLE color: 1977145.

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

Color convert

RGB574330-
CMYK00.250.470.78
HSL28.89º31.03%17.06%-
HSV(B)28.89º47.37%22.35%-
XYZ2.792.691.6-
YUV45.7119.14136.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.85%
GREEN value IS 43 (17.19% from 255) = 33.08%
BLUE value IS 30 (12.11% from 255) = 23.08%
R=43.85%
G=33.08%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57433000.250.470.7828.8931.0317.06
Hex392B1E0192F4E1d1f11
Octal71533603157116353721
Binary111001101011111100110011011111001110111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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