#393532

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

Shades of Kilamanjaro #393532

Tints of Kilamanjaro #393532

Color information

#393532 (or 0x393532) is unknown color: approx Kilamanjaro. HEX triplet: 39, 35 and 32. RGB value is (57,53,50). Sum of RGB (Red+Green+Blue) = 57+53+50=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 57 - color contains mainly: red. Hex color #393532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393532 is #C6CACD. Grayscale: #353535. Windows color (decimal): -13028046 or 3290425. OLE color: 3290425.

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

Color convert

RGB575350-
CMYK00.070.120.78
HSL25.71º6.54%20.98%-
HSV(B)25.71º12.28%22.35%-
XYZ3.543.653.54-
YUV53.85125.83130.24-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.62%
GREEN value IS 53 (21.09% from 255) = 33.12%
BLUE value IS 50 (19.92% from 255) = 31.25%
R=35.62%
G=33.12%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57535000.070.120.7825.716.5420.98
Hex39353207C4E1a715
Octal716562071411632725
Binary1110011101011100100111110010011101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393532; }

 p { color: rgb(57,53,50); }

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

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

 a { background-color: rgb(57,53,50); }

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

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

 span { border-color: rgb(57,53,50); }

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