Html Css Color HEX #5E3736 Persian Plum

📋 copy color: '#5E3736'

red 94 ◦ green 55 ◦ blue 54

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

Shades of Persian Plum #5E3736

Tints of Persian Plum #5E3736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.09%

 BLUE value IS 54 (21.48% from 255) = 26.6%

R = 46.31%
G = 27.09%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.63

RGB Variations

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

Color information

#5E3736 (or 0x5E3736) is known color: Persian Plum. HEX triplet: 5E, 37 and 36. RGB value is (94,55,54). Sum of RGB (Red+Green+Blue) = 94+55+54=203 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.31% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3736 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3736 is #A1C8C9. Grayscale: #424242. Windows color (decimal): -10602698 or 3553118. OLE color: 3553118.

HSL color Cylindrical-coordinate representation of color #5E3736: hue angle of 1.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E3736 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 55 54 -
CMYK 0 0.41 0.43 0.63
HSL 1.5º 0.27% 0.29% -
HSV(B) 1.5º 0.43% 0.37% -
XYZ 6.65 5.38 4.18 -
YUV 66.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 94 55 54 0 0.41 0.43 0.63 1.5 0.27 0.29
Hex 5E 37 36 0 29 2B 3F 2 1B 1D
Octal 136 67 66 0 51 53 77 2 33 35
Binary 1011110 110111 110110 0 101001 101011 111111 10 11011 11101

Color Harmonies of #5E3736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3736

Black with #5E3736

Text Example


Text Example

White with #5E3736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,55,54); }

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

background-color css

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

 a { background-color: rgb(94,55,54); }

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

border-color css

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

 span { border-color: rgb(94,55,54); }

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