Html Css Color HEX #653533 Persian Plum

📋 copy color: '#653533'

red 101 ◦ green 53 ◦ blue 51

#653533
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Plum #653533

Tints of Persian Plum #653533

RGB

 RED value IS 101 (39.84% from 255) = 49.27%

 GREEN value IS 53 (21.09% from 255) = 25.85%

 BLUE value IS 51 (20.31% from 255) = 24.88%

R = 49.27%
G = 25.85%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#653533 (or 0x653533) is known color: Persian Plum. HEX triplet: 65, 35 and 33. RGB value is (101,53,51). Sum of RGB (Red+Green+Blue) = 101+53+51=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #653533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653533 is #9ACACC. Grayscale: #434343. Windows color (decimal): -10144461 or 3356005. OLE color: 3356005.

HSL color Cylindrical-coordinate representation of color #653533: hue angle of 2.4º degrees, saturation: 0.33, 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 #653533 is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 53 51 -
CMYK 0 0.48 0.50 0.60
HSL 2.4º 0.33% 0.3% -
HSV(B) 2.4º 0.5% 0.4% -
XYZ 7.24 5.55 3.82 -
YUV 67.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 101 53 51 0 0.48 0.50 0.60 2.4 0.33 0.3
Hex 65 35 33 0 30 32 3C 2 21 1E
Octal 145 65 63 0 60 62 74 2 41 36
Binary 1100101 110101 110011 0 110000 110010 111100 10 100001 11110

Color Harmonies of #653533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653533

Black with #653533

Text Example


Text Example

White with #653533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653533; }

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

 H1.HeaderClassName
 {
   color: #653533;
 }
 .AnyTagClassName
 {
   color: #653533;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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