Html Css Color HEX #9D5D4F Crail

📋 copy color: '#9D5D4F'

red 157 ◦ green 93 ◦ blue 79

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

Shades of Crail #9D5D4F

Tints of Crail #9D5D4F

RGB

 RED value IS 157 (61.72% from 255) = 47.72%

 GREEN value IS 93 (36.72% from 255) = 28.27%

 BLUE value IS 79 (31.25% from 255) = 24.01%

R = 47.72%
G = 28.27%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9D5D4F (or 0x9D5D4F) is known color: Crail. HEX triplet: 9D, 5D and 4F. RGB value is (157,93,79). Sum of RGB (Red+Green+Blue) = 157+93+79=329 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.72% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5D4F is #62A2B0. Grayscale: #6E6E6E. Windows color (decimal): -6464177 or 5201309. OLE color: 5201309.

HSL color Cylindrical-coordinate representation of color #9D5D4F: hue angle of 10.77º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D5D4F is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 93 79 -
CMYK 0 0.41 0.50 0.38
HSL 10.77º 0.33% 0.46% -
HSV(B) 10.77º 0.5% 0.62% -
XYZ 19.23 15.56 9.39 -
YUV 110.54 110.2 161.14 -
System Red Green Blue C M Y K H S L
Decimal 157 93 79 0 0.41 0.50 0.38 10.77 0.33 0.46
Hex 9D 5D 4F 0 29 32 26 B 21 2E
Octal 235 135 117 0 51 62 46 13 41 56
Binary 10011101 1011101 1001111 0 101001 110010 100110 1011 100001 101110

Color Harmonies of #9D5D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5D4F

Black with #9D5D4F

Text Example


Text Example

White with #9D5D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D5D4F; }

 p { color: rgb(157,93,79); }

 H1.HeaderClassName
 {
   color: #9D5D4F;
 }
 .AnyTagClassName
 {
   color: #9D5D4F;
 }
</style>

background-color css

<style>
 a { background-color: #9D5D4F; }

 a { background-color: rgb(157,93,79); }

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

border-color css

<style>
 span { border-color: #9D5D4F; }

 span { border-color: rgb(157,93,79); }

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