#653433

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

Shades of Persian Plum #653433

Tints of Persian Plum #653433

Color information

#653433 (or 0x653433) is unknown color: approx Persian Plum. HEX triplet: 65, 34 and 33. RGB value is (101,52,51). Sum of RGB (Red+Green+Blue) = 101+52+51=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #653433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653433 is #9ACBCC. Grayscale: #424242. Windows color (decimal): -10144717 or 3355749. OLE color: 3355749.

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

Color convert

RGB1015251-
CMYK00.490.500.60
HSL1.2º32.89%29.8%-
HSV(B)1.2º49.5%39.61%-
XYZ7.195.463.81-
YUV66.54119.23152.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.51%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 51 (20.31% from 255) = 25%
R=49.51%
G=25.49%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101525100.490.500.601.232.8929.8
Hex653433031323C1211e
Octal1456463061627414136
Binary11001011101001100110110001110010111100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653433; }

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

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

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

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

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

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

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

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