#9C5849

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

Shades of Crail #9C5849

Tints of Crail #9C5849

Color information

#9C5849 (or 0x9C5849) is unknown color: approx Crail. HEX triplet: 9C, 58 and 49. RGB value is (156,88,73). Sum of RGB (Red+Green+Blue) = 156+88+73=317 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.21% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5849 is #63A7B6. Grayscale: #6A6A6A. Windows color (decimal): -6530999 or 4806812. OLE color: 4806812.

HSL color Cylindrical-coordinate representation of color #9C5849: hue angle of 10.84º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C5849 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB1568873-
CMYK00.440.530.39
HSL10.84º36.24%44.9%-
HSV(B)10.84º53.21%61.18%-
XYZ18.414.538.14-
YUV106.62109.03163.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.21%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 73 (28.91% from 255) = 23.03%
R=49.21%
G=27.76%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156887300.440.530.3910.8436.2444.9
Hex9C584902C3527b242d
Octal2341301110546547134455
Binary100111001011000100100101011001101011001111011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,88,73); }

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

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

 a { background-color: rgb(156,88,73); }

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

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

 span { border-color: rgb(156,88,73); }

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