#9C5B4C

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

Shades of Crail #9C5B4C

Tints of Crail #9C5B4C

Color information

#9C5B4C (or 0x9C5B4C) is unknown color: approx Crail. HEX triplet: 9C, 5B and 4C. RGB value is (156,91,76). Sum of RGB (Red+Green+Blue) = 156+91+76=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5B4C is #63A4B3. Grayscale: #6C6C6C. Windows color (decimal): -6530228 or 5004188. OLE color: 5004188.

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

Color convert

RGB1569176-
CMYK00.420.510.39
HSL11.25º34.48%45.49%-
HSV(B)11.25º51.28%61.18%-
XYZ18.7615.078.76-
YUV108.72109.53161.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.30%
GREEN value IS 91 (35.94% from 255) = 28.17%
BLUE value IS 76 (30.08% from 255) = 23.53%
R=48.30%
G=28.17%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156917600.420.510.3911.2534.4845.49
Hex9C5B4C02A3327b222d
Octal2341331140526347134255
Binary100111001011011100110001010101100111001111011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,91,76); }

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

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

 a { background-color: rgb(156,91,76); }

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

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

 span { border-color: rgb(156,91,76); }

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