#9D4936

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

Shades of Rock Spray #9D4936

Tints of Rock Spray #9D4936

Color information

#9D4936 (or 0x9D4936) is unknown color: approx Rock Spray. HEX triplet: 9D, 49 and 36. RGB value is (157,73,54). Sum of RGB (Red+Green+Blue) = 157+73+54=284 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.28% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4936 is #62B6C9. Grayscale: #606060. Windows color (decimal): -6469322 or 3557789. OLE color: 3557789.

HSL color Cylindrical-coordinate representation of color #9D4936: hue angle of 11.07º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D4936 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB1577354-
CMYK00.540.660.38
HSL11.07º48.82%41.37%-
HSV(B)11.07º65.61%61.57%-
XYZ16.9512.24.95-
YUV95.95104.33171.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 55.28%
GREEN value IS 73 (28.91% from 255) = 25.70%
BLUE value IS 54 (21.48% from 255) = 19.01%
R=55.28%
G=25.70%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157735400.540.660.3811.0748.8241.37
Hex9D49360364226b3129
Octal2351116606610246136151
Binary100111011001001110110011011010000101001101011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,73,54); }

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

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

 a { background-color: rgb(157,73,54); }

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

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

 span { border-color: rgb(157,73,54); }

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