#392305

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

Shades of Cocoa Brown #392305

Tints of Cocoa Brown #392305

Color information

#392305 (or 0x392305) is unknown color: approx Cocoa Brown. HEX triplet: 39, 23 and 05. RGB value is (57,35,5). Sum of RGB (Red+Green+Blue) = 57+35+5=97 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.76% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 5 (2.34% from 255 or 5.15% from 97); Max value from RGB is 57 - color contains mainly: red. Hex color #392305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392305 is #C6DCFA. Grayscale: #262626. Windows color (decimal): -13032699 or 336697. OLE color: 336697.

HSL color Cylindrical-coordinate representation of color #392305: hue angle of 34.62º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #392305 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB57355-
CMYK00.390.910.78
HSL34.62º83.87%12.16%-
HSV(B)34.62º91.23%22.35%-
XYZ2.322.080.42-
YUV38.16109.29141.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.76%
GREEN value IS 35 (14.06% from 255) = 36.08%
BLUE value IS 5 (2.34% from 255) = 5.15%
R=58.76%
G=36.08%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5735500.390.910.7834.6283.8712.16
Hex392350275B4E2354c
Octal714350471331164312414
Binary11100110001110101001111011011100111010001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392305; }

 p { color: rgb(57,35,5); }

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

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

 a { background-color: rgb(57,35,5); }

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

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

 span { border-color: rgb(57,35,5); }

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