#9D5A4F

Color #9D5A4F Crail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crail #9D5A4F

Tints of Crail #9D5A4F

Color information

#9D5A4F (or 0x9D5A4F) is unknown color: approx Crail. HEX triplet: 9D, 5A and 4F. RGB value is (157,90,79). Sum of RGB (Red+Green+Blue) = 157+90+79=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5A4F is #62A5B0. Grayscale: #6C6C6C. Windows color (decimal): -6464945 or 5200541. OLE color: 5200541.

HSL color Cylindrical-coordinate representation of color #9D5A4F: hue angle of 8.46º 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 #9D5A4F is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB1579079-
CMYK00.430.500.38
HSL8.46º33.05%46.27%-
HSV(B)8.46º49.68%61.57%-
XYZ18.9715.049.3-
YUV108.78111.2162.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.16%
GREEN value IS 90 (35.55% from 255) = 27.61%
BLUE value IS 79 (31.25% from 255) = 24.23%
R=48.16%
G=27.61%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157907900.430.500.388.4633.0546.27
Hex9D5A4F02B32268212e
Octal2351321170536246104156
Binary100111011011010100111101010111100101001101000100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D5A4F;
 }
 .AnyTagClassName
 {
   color: #9D5A4F;
 }
</style>
background-color css

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

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

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

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

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

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