#9F594B

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

Shades of Crail #9F594B

Tints of Crail #9F594B

Color information

#9F594B (or 0x9F594B) is unknown color: approx Crail. HEX triplet: 9F, 59 and 4B. RGB value is (159,89,75). Sum of RGB (Red+Green+Blue) = 159+89+75=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F594B is #60A6B4. Grayscale: #6C6C6C. Windows color (decimal): -6334133 or 4938143. OLE color: 4938143.

HSL color Cylindrical-coordinate representation of color #9F594B: hue angle of 10º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F594B is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB1598975-
CMYK00.440.530.38
HSL10º35.9%45.88%-
HSV(B)10º52.83%62.35%-
XYZ19.1415.028.55-
YUV108.33109.19164.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.23%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 75 (29.69% from 255) = 23.22%
R=49.23%
G=27.55%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159897500.440.530.381035.945.88
Hex9F594B02C3526a242e
Octal2371311130546546124456
Binary100111111011001100101101011001101011001101010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,89,75); }

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

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

 a { background-color: rgb(159,89,75); }

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

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

 span { border-color: rgb(159,89,75); }

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