#9D5A4E

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

Shades of Crail #9D5A4E

Tints of Crail #9D5A4E

Color information

#9D5A4E (or 0x9D5A4E) is unknown color: approx Crail. HEX triplet: 9D, 5A and 4E. RGB value is (157,90,78). Sum of RGB (Red+Green+Blue) = 157+90+78=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5A4E is #62A5B1. Grayscale: #6C6C6C. Windows color (decimal): -6464946 or 5135005. OLE color: 5135005.

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

Color convert

RGB1579078-
CMYK00.430.500.38
HSL9.11º33.62%46.08%-
HSV(B)9.11º50.32%61.57%-
XYZ18.9415.039.11-
YUV108.66110.7162.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.31%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 78 (30.86% from 255) = 24%
R=48.31%
G=27.69%
B=24%

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
Decimal157907800.430.500.389.1133.6246.08
Hex9D5A4E02B32269222e
Octal2351321160536246114256
Binary100111011011010100111001010111100101001101001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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