#9D5549

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

Shades of Crail #9D5549

Tints of Crail #9D5549

Color information

#9D5549 (or 0x9D5549) is unknown color: approx Crail. HEX triplet: 9D, 55 and 49. RGB value is (157,85,73). Sum of RGB (Red+Green+Blue) = 157+85+73=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5549 is #62AAB6. Grayscale: #696969. Windows color (decimal): -6466231 or 4806045. OLE color: 4806045.

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

Color convert

RGB1578573-
CMYK00.460.540.38
HSL8.57º36.52%45.1%-
HSV(B)8.57º53.5%61.57%-
XYZ18.3614.158.07-
YUV105.16109.85164.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.84%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 73 (28.91% from 255) = 23.17%
R=49.84%
G=26.98%
B=23.17%

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
Decimal157857300.460.540.388.5736.5245.1
Hex9D554902E36269252d
Octal2351251110566646114555
Binary100111011010101100100101011101101101001101001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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