#9C584B

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

Shades of Crail #9C584B

Tints of Crail #9C584B

Color information

#9C584B (or 0x9C584B) is unknown color: approx Crail. HEX triplet: 9C, 58 and 4B. RGB value is (156,88,75). Sum of RGB (Red+Green+Blue) = 156+88+75=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C584B is #63A7B4. Grayscale: #6A6A6A. Windows color (decimal): -6530997 or 4937884. OLE color: 4937884.

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

Color convert

RGB1568875-
CMYK00.440.520.39
HSL9.63º35.06%45.29%-
HSV(B)9.63º51.92%61.18%-
XYZ18.4714.568.49-
YUV106.85110.03163.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.90%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 75 (29.69% from 255) = 23.51%
R=48.90%
G=27.59%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156887500.440.520.399.6335.0645.29
Hex9C584B02C3427a232d
Octal2341301130546447124355
Binary100111001011000100101101011001101001001111010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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