#9D4727

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

Shades of Rock Spray #9D4727

Tints of Rock Spray #9D4727

Color information

#9D4727 (or 0x9D4727) is unknown color: approx Rock Spray. HEX triplet: 9D, 47 and 27. RGB value is (157,71,39). Sum of RGB (Red+Green+Blue) = 157+71+39=267 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.80% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4727 is #62B8D8. Grayscale: #5D5D5D. Windows color (decimal): -6469849 or 2574237. OLE color: 2574237.

HSL color Cylindrical-coordinate representation of color #9D4727: hue angle of 16.27º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D4727 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB1577139-
CMYK00.550.750.38
HSL16.27º60.2%38.43%-
HSV(B)16.27º75.16%61.57%-
XYZ16.5211.823.33-
YUV93.0797.49173.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.80%
GREEN value IS 71 (28.12% from 255) = 26.59%
BLUE value IS 39 (15.62% from 255) = 14.61%
R=58.80%
G=26.59%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157713900.550.750.3816.2760.238.43
Hex9D47270374B26103c26
Octal2351074706711346207446
Binary1001110110001111001110110111100101110011010000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,71,39); }

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

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

 a { background-color: rgb(157,71,39); }

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

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

 span { border-color: rgb(157,71,39); }

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