#595352

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

Shades of Congo Brown #595352

Tints of Congo Brown #595352

Color information

#595352 (or 0x595352) is unknown color: approx Congo Brown. HEX triplet: 59, 53 and 52. RGB value is (89,83,82). Sum of RGB (Red+Green+Blue) = 89+83+82=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 89 - color contains mainly: red. Hex color #595352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595352 is #A6ACAD. Grayscale: #545454. Windows color (decimal): -10923182 or 5395289. OLE color: 5395289.

HSL color Cylindrical-coordinate representation of color #595352: hue angle of 8.57º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #595352 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB898382-
CMYK00.070.080.65
HSL8.57º4.09%33.53%-
HSV(B)8.57º7.87%34.9%-
XYZ8.748.929.24-
YUV84.68126.49131.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.04%
GREEN value IS 83 (32.81% from 255) = 32.68%
BLUE value IS 82 (32.42% from 255) = 32.28%
R=35.04%
G=32.68%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89838200.070.080.658.574.0933.53
Hex595352078419422
Octal131123122071010111442
Binary1011001101001110100100111100010000011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595352; }

 p { color: rgb(89,83,82); }

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

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

 a { background-color: rgb(89,83,82); }

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

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

 span { border-color: rgb(89,83,82); }

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