#5F5352

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

Shades of Congo Brown #5F5352

Tints of Congo Brown #5F5352

Color information

#5F5352 (or 0x5F5352) is unknown color: approx Congo Brown. HEX triplet: 5F, 53 and 52. RGB value is (95,83,82). Sum of RGB (Red+Green+Blue) = 95+83+82=260 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.54% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5352 is #A0ACAD. Grayscale: #565656. Windows color (decimal): -10529966 or 5395295. OLE color: 5395295.

HSL color Cylindrical-coordinate representation of color #5F5352: hue angle of 4.62º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5F5352 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB958382-
CMYK00.130.140.63
HSL4.62º7.34%34.71%-
HSV(B)4.62º13.68%37.25%-
XYZ9.349.239.27-
YUV86.47125.48134.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.54%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 82 (32.42% from 255) = 31.54%
R=36.54%
G=31.92%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95838200.130.140.634.627.3434.71
Hex5F53520DE3F5723
Octal13712312201516775743
Binary101111110100111010010011011110111111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F5352; }

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

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

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

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

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

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

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

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