#9D4432

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

Shades of Rock Spray #9D4432

Tints of Rock Spray #9D4432

Color information

#9D4432 (or 0x9D4432) is unknown color: approx Rock Spray. HEX triplet: 9D, 44 and 32. RGB value is (157,68,50). Sum of RGB (Red+Green+Blue) = 157+68+50=275 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.09% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4432 is #62BBCD. Grayscale: #5C5C5C. Windows color (decimal): -6470606 or 3294365. OLE color: 3294365.

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

Color convert

RGB1576850-
CMYK00.570.680.38
HSL10.09º51.69%40.59%-
HSV(B)10.09º68.15%61.57%-
XYZ16.5511.534.37-
YUV92.56103.99173.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.09%
GREEN value IS 68 (26.95% from 255) = 24.73%
BLUE value IS 50 (19.92% from 255) = 18.18%
R=57.09%
G=24.73%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157685000.570.680.3810.0951.6940.59
Hex9D44320394426a3429
Octal2351046207110446126451
Binary100111011000100110010011100110001001001101010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,68,50); }

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

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

 a { background-color: rgb(157,68,50); }

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

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

 span { border-color: rgb(157,68,50); }

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