#9C5B4D

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

Shades of Crail #9C5B4D

Tints of Crail #9C5B4D

Color information

#9C5B4D (or 0x9C5B4D) is unknown color: approx Crail. HEX triplet: 9C, 5B and 4D. RGB value is (156,91,77). Sum of RGB (Red+Green+Blue) = 156+91+77=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5B4D is #63A4B2. Grayscale: #6C6C6C. Windows color (decimal): -6530227 or 5069724. OLE color: 5069724.

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

Color convert

RGB1569177-
CMYK00.420.510.39
HSL10.63º33.91%45.69%-
HSV(B)10.63º50.64%61.18%-
XYZ18.7915.098.94-
YUV108.84110.03161.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.15%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=48.15%
G=28.09%
B=23.77%

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
Decimal156917700.420.510.3910.6333.9145.69
Hex9C5B4D02A3327b222e
Octal2341331150526347134256
Binary100111001011011100110101010101100111001111011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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