#392100

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

Shades of Cocoa Brown #392100

Tints of Cocoa Brown #392100

Color information

#392100 (or 0x392100) is unknown color: approx Cocoa Brown. HEX triplet: 39, 21 and 00. RGB value is (57,33,0). Sum of RGB (Red+Green+Blue) = 57+33+0=90 (11% of max value = 765). Red value is 57 (22.66% from 255 or 63.33% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 57 - color contains mainly: red. Hex color #392100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392100 is #C6DEFF. Grayscale: #242424. Windows color (decimal): -13033216 or 8505. OLE color: 8505.

HSL color Cylindrical-coordinate representation of color #392100: hue angle of 34.74º 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 #392100 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB57330-
CMYK00.4210.78
HSL34.74º100%11.18%-
HSV(B)34.74º100%22.35%-
XYZ2.231.960.26-
YUV36.41107.45142.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 63.33%
GREEN value IS 33 (13.28% from 255) = 36.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.33%
G=36.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5733000.4210.7834.7410011.18
Hex3921002A644E2364b
Octal714100521441164314413
Binary111001100001001010101100100100111010001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392100; }

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

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

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

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

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

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

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

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