#9D5145

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

Shades of Crail #9D5145

Tints of Crail #9D5145

Color information

#9D5145 (or 0x9D5145) is unknown color: approx Crail. HEX triplet: 9D, 51 and 45. RGB value is (157,81,69). Sum of RGB (Red+Green+Blue) = 157+81+69=307 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.14% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5145 is #62AEBA. Grayscale: #666666. Windows color (decimal): -6467259 or 4542877. OLE color: 4542877.

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

Color convert

RGB1578169-
CMYK00.480.560.38
HSL8.18º38.94%44.31%-
HSV(B)8.18º56.05%61.57%-
XYZ17.9213.487.29-
YUV102.36109.18166.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.14%
GREEN value IS 81 (32.03% from 255) = 26.38%
BLUE value IS 69 (27.34% from 255) = 22.48%
R=51.14%
G=26.38%
B=22.48%

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
Decimal157816900.480.560.388.1838.9444.31
Hex9D514503038268272c
Octal2351211050607046104754
Binary100111011010001100010101100001110001001101000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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