#9F554B

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

Shades of Crail #9F554B

Tints of Crail #9F554B

Color information

#9F554B (or 0x9F554B) is unknown color: approx Crail. HEX triplet: 9F, 55 and 4B. RGB value is (159,85,75). Sum of RGB (Red+Green+Blue) = 159+85+75=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F554B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F554B is #60AAB4. Grayscale: #6A6A6A. Windows color (decimal): -6335157 or 4937119. OLE color: 4937119.

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

Color convert

RGB1598575-
CMYK00.470.530.38
HSL7.14º35.9%45.88%-
HSV(B)7.14º52.83%62.35%-
XYZ18.8214.388.44-
YUV105.99110.52165.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.84%
GREEN value IS 85 (33.59% from 255) = 26.65%
BLUE value IS 75 (29.69% from 255) = 23.51%
R=49.84%
G=26.65%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159857500.470.530.387.1435.945.88
Hex9F554B02F35267242e
Octal237125113057654674456
Binary10011111101010110010110101111110101100110111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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