#9D5449

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

Shades of Crail #9D5449

Tints of Crail #9D5449

Color information

#9D5449 (or 0x9D5449) is unknown color: approx Crail. HEX triplet: 9D, 54 and 49. RGB value is (157,84,73). Sum of RGB (Red+Green+Blue) = 157+84+73=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5449 is #62ABB6. Grayscale: #686868. Windows color (decimal): -6466487 or 4805789. OLE color: 4805789.

HSL color Cylindrical-coordinate representation of color #9D5449: hue angle of 7.86º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D5449 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB1578473-
CMYK00.460.540.38
HSL7.86º36.52%45.1%-
HSV(B)7.86º53.5%61.57%-
XYZ18.2813.998.04-
YUV104.57110.18165.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 26.75%
BLUE value IS 73 (28.91% from 255) = 23.25%
R=50%
G=26.75%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157847300.460.540.387.8636.5245.1
Hex9D544902E36268252d
Octal2351241110566646104555
Binary100111011010100100100101011101101101001101000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,84,73); }

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

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

 a { background-color: rgb(157,84,73); }

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

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

 span { border-color: rgb(157,84,73); }

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