#39210C

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

Shades of Cocoa Brown #39210C

Tints of Cocoa Brown #39210C

Color information

#39210C (or 0x39210C) is unknown color: approx Cocoa Brown. HEX triplet: 39, 21 and 0C. RGB value is (57,33,12). Sum of RGB (Red+Green+Blue) = 57+33+12=102 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.88% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 57 - color contains mainly: red. Hex color #39210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39210C is #C6DEF3. Grayscale: #252525. Windows color (decimal): -13033204 or 794937. OLE color: 794937.

HSL color Cylindrical-coordinate representation of color #39210C: hue angle of 28º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39210C is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB573312-
CMYK00.420.790.78
HSL28º65.22%13.53%-
HSV(B)28º78.95%22.35%-
XYZ2.31.980.61-
YUV37.78113.45141.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 55.88%
GREEN value IS 33 (13.28% from 255) = 32.35%
BLUE value IS 12 (5.08% from 255) = 11.76%
R=55.88%
G=32.35%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57331200.420.790.782865.2213.53
Hex3921C02A4F4E1c41e
Octal7141140521171163410116
Binary11100110000111000101010100111110011101110010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39210C; }

 p { color: rgb(57,33,12); }

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

<style>
 a { background-color: #39210C; }

 a { background-color: rgb(57,33,12); }

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

<style>
 span { border-color: #39210C; }

 span { border-color: rgb(57,33,12); }

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