Html Css Color HEX #5F3432 Persian Plum

📋 copy color: '#5F3432'

red 95 ◦ green 52 ◦ blue 50

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

Shades of Persian Plum #5F3432

Tints of Persian Plum #5F3432

RGB

 RED value IS 95 (37.5% from 255) = 48.22%

 GREEN value IS 52 (20.7% from 255) = 26.4%

 BLUE value IS 50 (19.92% from 255) = 25.38%

R = 48.22%
G = 26.4%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#5F3432 (or 0x5F3432) is known color: Persian Plum. HEX triplet: 5F, 34 and 32. RGB value is (95,52,50). Sum of RGB (Red+Green+Blue) = 95+52+50=197 (26% of max value = 765). Red value is 95 (37.5% from 255 or 48.22% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3432 is #A0CBCD. Grayscale: #404040. Windows color (decimal): -10537934 or 3290207. OLE color: 3290207.

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

Color convert

RGB 95 52 50 -
CMYK 0 0.45 0.47 0.63
HSL 2.67º 0.31% 0.28% -
HSV(B) 2.67º 0.47% 0.37% -
XYZ 6.52 5.12 3.66 -
YUV 64.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 95 52 50 0 0.45 0.47 0.63 2.67 0.31 0.28
Hex 5F 34 32 0 2D 2F 3F 3 1F 1C
Octal 137 64 62 0 55 57 77 3 37 34
Binary 1011111 110100 110010 0 101101 101111 111111 11 11111 11100

Color Harmonies of #5F3432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3432

Black with #5F3432

Text Example


Text Example

White with #5F3432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,52,50); }

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

background-color css

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

 a { background-color: rgb(95,52,50); }

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

border-color css

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

 span { border-color: rgb(95,52,50); }

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