#9D5245

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

Shades of Crail #9D5245

Tints of Crail #9D5245

Color information

#9D5245 (or 0x9D5245) is unknown color: approx Crail. HEX triplet: 9D, 52 and 45. RGB value is (157,82,69). Sum of RGB (Red+Green+Blue) = 157+82+69=308 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.97% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5245 is #62ADBA. Grayscale: #676767. Windows color (decimal): -6467003 or 4543133. OLE color: 4543133.

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

Color convert

RGB1578269-
CMYK00.480.560.38
HSL8.86º38.94%44.31%-
HSV(B)8.86º56.05%61.57%-
XYZ1813.637.31-
YUV102.94108.85166.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.97%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 69 (27.34% from 255) = 22.40%
R=50.97%
G=26.62%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157826900.480.560.388.8638.9444.31
Hex9D524503038269272c
Octal2351221050607046114754
Binary100111011010010100010101100001110001001101001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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