#9C5C4C

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

Shades of Crail #9C5C4C

Tints of Crail #9C5C4C

Color information

#9C5C4C (or 0x9C5C4C) is unknown color: approx Crail. HEX triplet: 9C, 5C and 4C. RGB value is (156,92,76). Sum of RGB (Red+Green+Blue) = 156+92+76=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5C4C is #63A3B3. Grayscale: #6D6D6D. Windows color (decimal): -6529972 or 5004444. OLE color: 5004444.

HSL color Cylindrical-coordinate representation of color #9C5C4C: hue angle of 12º 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 #9C5C4C is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB1569276-
CMYK00.410.510.39
HSL12º34.48%45.49%-
HSV(B)12º51.28%61.18%-
XYZ18.8415.248.79-
YUV109.31109.2161.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.15%
GREEN value IS 92 (36.33% from 255) = 28.40%
BLUE value IS 76 (30.08% from 255) = 23.46%
R=48.15%
G=28.40%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156927600.410.510.391234.4845.49
Hex9C5C4C0293327c222d
Octal2341341140516347144255
Binary100111001011100100110001010011100111001111100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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