#5F302F

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

Shades of Persian Plum #5F302F

Tints of Persian Plum #5F302F

Color information

#5F302F (or 0x5F302F) is unknown color: approx Persian Plum. HEX triplet: 5F, 30 and 2F. RGB value is (95,48,47). Sum of RGB (Red+Green+Blue) = 95+48+47=190 (25% of max value = 765). Red value is 95 (37.5% from 255 or 50% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 95 - color contains mainly: red. Hex color #5F302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F302F is #A0CFD0. Grayscale: #3D3D3D. Windows color (decimal): -10538961 or 3092575. OLE color: 3092575.

HSL color Cylindrical-coordinate representation of color #5F302F: hue angle of 1.25º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F302F is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB954847-
CMYK00.490.510.63
HSL1.25º33.8%27.84%-
HSV(B)1.25º50.53%37.25%-
XYZ6.294.753.28-
YUV61.94119.57151.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 25.26%
BLUE value IS 47 (18.75% from 255) = 24.74%
R=50%
G=25.26%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95484700.490.510.631.2533.827.84
Hex5F302F031333F1221c
Octal1376057061637714234
Binary10111111100001011110110001110011111111110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,48,47); }

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

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

 a { background-color: rgb(95,48,47); }

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

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

 span { border-color: rgb(95,48,47); }

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