#392500

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

Shades of Cocoa Brown #392500

Tints of Cocoa Brown #392500

Color information

#392500 (or 0x392500) is unknown color: approx Cocoa Brown. HEX triplet: 39, 25 and 00. RGB value is (57,37,0). Sum of RGB (Red+Green+Blue) = 57+37+0=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #392500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392500 is #C6DAFF. Grayscale: #262626. Windows color (decimal): -13032192 or 9529. OLE color: 9529.

HSL color Cylindrical-coordinate representation of color #392500: hue angle of 38.95º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #392500 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB57370-
CMYK00.3510.78
HSL38.95º100%11.18%-
HSV(B)38.95º100%22.35%-
XYZ2.352.190.3-
YUV38.76106.13141.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60.64%
GREEN value IS 37 (14.84% from 255) = 39.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.64%
G=39.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5737000.3510.7838.9510011.18
Hex39250023644E2764b
Octal714500431441164714413
Binary111001100101001000111100100100111010011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392500; }

 p { color: rgb(57,37,0); }

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

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

 a { background-color: rgb(57,37,0); }

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

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

 span { border-color: rgb(57,37,0); }

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