#392713

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

Shades of Cocoa Brown #392713

Tints of Cocoa Brown #392713

Color information

#392713 (or 0x392713) is unknown color: approx Cocoa Brown. HEX triplet: 39, 27 and 13. RGB value is (57,39,19). Sum of RGB (Red+Green+Blue) = 57+39+19=115 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.57% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 57 - color contains mainly: red. Hex color #392713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392713 is #C6D8EC. Grayscale: #2A2A2A. Windows color (decimal): -13031661 or 1255225. OLE color: 1255225.

HSL color Cylindrical-coordinate representation of color #392713: hue angle of 31.58º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #392713 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB573919-
CMYK00.320.670.78
HSL31.58º50%14.9%-
HSV(B)31.58º66.67%22.35%-
XYZ2.532.370.94-
YUV42.1114.96138.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.57%
GREEN value IS 39 (15.62% from 255) = 33.91%
BLUE value IS 19 (7.81% from 255) = 16.52%
R=49.57%
G=33.91%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57391900.320.670.7831.585014.9
Hex392713020434E2032f
Octal714723040103116406217
Binary111001100111100110100000100001110011101000001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392713; }

 p { color: rgb(57,39,19); }

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

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

 a { background-color: rgb(57,39,19); }

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

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

 span { border-color: rgb(57,39,19); }

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