Html Css Color HEX #5D4348 Emperor

📋 copy color: '#5D4348'

red 93 ◦ green 67 ◦ blue 72

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

Shades of Emperor #5D4348

Tints of Emperor #5D4348

RGB

 RED value IS 93 (36.72% from 255) = 40.09%

 GREEN value IS 67 (26.56% from 255) = 28.88%

 BLUE value IS 72 (28.52% from 255) = 31.03%

R = 40.09%
G = 28.88%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#5D4348 (or 0x5D4348) is known color: Emperor. HEX triplet: 5D, 43 and 48. RGB value is (93,67,72). Sum of RGB (Red+Green+Blue) = 93+67+72=232 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.09% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4348 is #A2BCB7. Grayscale: #4B4B4B. Windows color (decimal): -10665144 or 4735837. OLE color: 4735837.

HSL color Cylindrical-coordinate representation of color #5D4348: hue angle of 348.46º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D4348 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 67 72 -
CMYK 0 0.28 0.23 0.64
HSL 348.46º 0.16% 0.31% -
HSV(B) 348.46º 0.28% 0.36% -
XYZ 7.69 6.81 7.04 -
YUV 75.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 93 67 72 0 0.28 0.23 0.64 348.46 0.16 0.31
Hex 5D 43 48 0 1C 17 40 15C 10 1F
Octal 135 103 110 0 34 27 100 534 20 37
Binary 1011101 1000011 1001000 0 11100 10111 1000000 101011100 10000 11111

Color Harmonies of #5D4348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4348

Black with #5D4348

Text Example


Text Example

White with #5D4348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,67,72); }

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

background-color css

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

 a { background-color: rgb(93,67,72); }

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

border-color css

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

 span { border-color: rgb(93,67,72); }

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