#9C584A

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

Shades of Crail #9C584A

Tints of Crail #9C584A

Color information

#9C584A (or 0x9C584A) is unknown color: approx Crail. HEX triplet: 9C, 58 and 4A. RGB value is (156,88,74). Sum of RGB (Red+Green+Blue) = 156+88+74=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C584A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C584A is #63A7B5. Grayscale: #6A6A6A. Windows color (decimal): -6530998 or 4872348. OLE color: 4872348.

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

Color convert

RGB1568874-
CMYK00.440.530.39
HSL10.24º35.65%45.1%-
HSV(B)10.24º52.56%61.18%-
XYZ18.4414.548.31-
YUV106.74109.53163.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.06%
GREEN value IS 88 (34.77% from 255) = 27.67%
BLUE value IS 74 (29.30% from 255) = 23.27%
R=49.06%
G=27.67%
B=23.27%

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
Decimal156887400.440.530.3910.2435.6545.1
Hex9C584A02C3527a242d
Octal2341301120546547124455
Binary100111001011000100101001011001101011001111010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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