#39200E

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

Shades of Cocoa Brown #39200E

Tints of Cocoa Brown #39200E

Color information

#39200E (or 0x39200E) is unknown color: approx Cocoa Brown. HEX triplet: 39, 20 and 0E. RGB value is (57,32,14). Sum of RGB (Red+Green+Blue) = 57+32+14=103 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.34% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 57 - color contains mainly: red. Hex color #39200E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39200E is #C6DFF1. Grayscale: #252525. Windows color (decimal): -13033458 or 925753. OLE color: 925753.

HSL color Cylindrical-coordinate representation of color #39200E: hue angle of 25.12º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39200E is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB573214-
CMYK00.440.750.78
HSL25.12º60.56%13.92%-
HSV(B)25.12º75.44%22.35%-
XYZ2.281.930.67-
YUV37.42114.78141.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 55.34%
GREEN value IS 32 (12.89% from 255) = 31.07%
BLUE value IS 14 (5.86% from 255) = 13.59%
R=55.34%
G=31.07%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57321400.440.750.7825.1260.5613.92
Hex3920E02C4B4E193de
Octal714016054113116317516
Binary1110011000001110010110010010111001110110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39200E; }

 p { color: rgb(57,32,14); }

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

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

 a { background-color: rgb(57,32,14); }

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

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

 span { border-color: rgb(57,32,14); }

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