#9C5A4E

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

Shades of Crail #9C5A4E

Tints of Crail #9C5A4E

Color information

#9C5A4E (or 0x9C5A4E) is unknown color: approx Crail. HEX triplet: 9C, 5A and 4E. RGB value is (156,90,78). Sum of RGB (Red+Green+Blue) = 156+90+78=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5A4E is #63A5B1. Grayscale: #6C6C6C. Windows color (decimal): -6530482 or 5135004. OLE color: 5135004.

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

Color convert

RGB1569078-
CMYK00.420.50.39
HSL9.23º33.33%45.88%-
HSV(B)9.23º50%61.18%-
XYZ18.7414.939.1-
YUV108.37110.87161.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.15%
GREEN value IS 90 (35.55% from 255) = 27.78%
BLUE value IS 78 (30.86% from 255) = 24.07%
R=48.15%
G=27.78%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.5
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156907800.420.50.399.2333.3345.88
Hex9C5A4E02A32279212e
Octal2341321160526247114156
Binary100111001011010100111001010101100101001111001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,90,78); }

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

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

 a { background-color: rgb(156,90,78); }

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

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

 span { border-color: rgb(156,90,78); }

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