#392A1A

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

Shades of Cocoa Brown #392A1A

Tints of Cocoa Brown #392A1A

Color information

#392A1A (or 0x392A1A) is unknown color: approx Cocoa Brown. HEX triplet: 39, 2A and 1A. RGB value is (57,42,26). Sum of RGB (Red+Green+Blue) = 57+42+26=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 57 - color contains mainly: red. Hex color #392A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392A1A is #C6D5E5. Grayscale: #2C2C2C. Windows color (decimal): -13030886 or 1714745. OLE color: 1714745.

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

Color convert

RGB574226-
CMYK00.260.540.78
HSL30.97º37.35%16.27%-
HSV(B)30.97º54.39%22.35%-
XYZ2.72.61.34-
YUV44.66117.47136.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.6%
GREEN value IS 42 (16.80% from 255) = 33.6%
BLUE value IS 26 (10.55% from 255) = 20.8%
R=45.6%
G=33.6%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57422600.260.540.7830.9737.3516.27
Hex392A1A01A364E1f2510
Octal71523203266116374520
Binary1110011010101101001101011011010011101111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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