#9D5247

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

Shades of Crail #9D5247

Tints of Crail #9D5247

Color information

#9D5247 (or 0x9D5247) is unknown color: approx Crail. HEX triplet: 9D, 52 and 47. RGB value is (157,82,71). Sum of RGB (Red+Green+Blue) = 157+82+71=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5247 is #62ADB8. Grayscale: #676767. Windows color (decimal): -6467001 or 4674205. OLE color: 4674205.

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

Color convert

RGB1578271-
CMYK00.480.550.38
HSL7.67º37.72%44.71%-
HSV(B)7.67º54.78%61.57%-
XYZ18.0613.667.65-
YUV103.17109.85166.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.65%
GREEN value IS 82 (32.42% from 255) = 26.45%
BLUE value IS 71 (28.12% from 255) = 22.90%
R=50.65%
G=26.45%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157827100.480.550.387.6737.7244.71
Hex9D524703037268262d
Octal2351221070606746104655
Binary100111011010010100011101100001101111001101000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,82,71); }

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

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

 a { background-color: rgb(157,82,71); }

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

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

 span { border-color: rgb(157,82,71); }

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