#9D584A

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

Shades of Crail #9D584A

Tints of Crail #9D584A

Color information

#9D584A (or 0x9D584A) is unknown color: approx Crail. HEX triplet: 9D, 58 and 4A. RGB value is (157,88,74). Sum of RGB (Red+Green+Blue) = 157+88+74=319 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.22% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 157 - color contains mainly: red. Hex color #9D584A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D584A is #62A7B5. Grayscale: #6B6B6B. Windows color (decimal): -6465462 or 4872349. OLE color: 4872349.

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

Color convert

RGB1578874-
CMYK00.440.530.38
HSL10.12º35.93%45.29%-
HSV(B)10.12º52.87%61.57%-
XYZ18.6314.648.32-
YUV107.04109.36163.64-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.22%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 74 (29.30% from 255) = 23.20%
R=49.22%
G=27.59%
B=23.20%

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
Decimal157887400.440.530.3810.1235.9345.29
Hex9D584A02C3526a242d
Octal2351301120546546124455
Binary100111011011000100101001011001101011001101010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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