Html Css Color HEX #5E3A39 Persian Plum

📋 copy color: '#5E3A39'

red 94 ◦ green 58 ◦ blue 57

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

Shades of Persian Plum #5E3A39

Tints of Persian Plum #5E3A39

RGB

 RED value IS 94 (37.11% from 255) = 44.98%

 GREEN value IS 58 (23.05% from 255) = 27.75%

 BLUE value IS 57 (22.66% from 255) = 27.27%

R = 44.98%
G = 27.75%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.63

RGB Variations

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

Color information

#5E3A39 (or 0x5E3A39) is known color: Persian Plum. HEX triplet: 5E, 3A and 39. RGB value is (94,58,57). Sum of RGB (Red+Green+Blue) = 94+58+57=209 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.98% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 57 (22.66% from 255 or 27.27% from 209); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3A39 is #A1C5C6. Grayscale: #444444. Windows color (decimal): -10601927 or 3750494. OLE color: 3750494.

HSL color Cylindrical-coordinate representation of color #5E3A39: hue angle of 1.62º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E3A39 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 58 57 -
CMYK 0 0.38 0.39 0.63
HSL 1.62º 0.25% 0.3% -
HSV(B) 1.62º 0.39% 0.37% -
XYZ 6.87 5.7 4.61 -
YUV 68.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 94 58 57 0 0.38 0.39 0.63 1.62 0.25 0.3
Hex 5E 3A 39 0 26 27 3F 2 19 1E
Octal 136 72 71 0 46 47 77 2 31 36
Binary 1011110 111010 111001 0 100110 100111 111111 10 11001 11110

Color Harmonies of #5E3A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3A39

Black with #5E3A39

Text Example


Text Example

White with #5E3A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,58,57); }

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

background-color css

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

 a { background-color: rgb(94,58,57); }

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

border-color css

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

 span { border-color: rgb(94,58,57); }

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