#9D5448

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

Shades of Crail #9D5448

Tints of Crail #9D5448

Color information

#9D5448 (or 0x9D5448) is unknown color: approx Crail. HEX triplet: 9D, 54 and 48. RGB value is (157,84,72). Sum of RGB (Red+Green+Blue) = 157+84+72=313 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.16% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5448 is #62ABB7. Grayscale: #686868. Windows color (decimal): -6466488 or 4740253. OLE color: 4740253.

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

Color convert

RGB1578472-
CMYK00.460.540.38
HSL8.47º37.12%44.9%-
HSV(B)8.47º54.14%61.57%-
XYZ18.2413.987.87-
YUV104.46109.68165.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.16%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 72 (28.52% from 255) = 23.00%
R=50.16%
G=26.84%
B=23.00%

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
Decimal157847200.460.540.388.4737.1244.9
Hex9D544802E36268252d
Octal2351241100566646104555
Binary100111011010100100100001011101101101001101000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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