#653532

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

Shades of Persian Plum #653532

Tints of Persian Plum #653532

Color information

#653532 (or 0x653532) is unknown color: approx Persian Plum. HEX triplet: 65, 35 and 32. RGB value is (101,53,50). Sum of RGB (Red+Green+Blue) = 101+53+50=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #653532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653532 is #9ACACD. Grayscale: #434343. Windows color (decimal): -10144462 or 3290469. OLE color: 3290469.

HSL color Cylindrical-coordinate representation of color #653532: hue angle of 3.53º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653532 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1015350-
CMYK00.480.500.60
HSL3.53º33.77%29.61%-
HSV(B)3.53º50.5%39.61%-
XYZ7.225.543.71-
YUV67.01118.4152.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.51%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 50 (19.92% from 255) = 24.51%
R=49.51%
G=25.98%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101535000.480.500.603.5333.7729.61
Hex653532030323C4221e
Octal1456562060627444236
Binary1100101110101110010011000011001011110010010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653532; }

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

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

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

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

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

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

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

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