#9D4532

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

Shades of Rock Spray #9D4532

Tints of Rock Spray #9D4532

Color information

#9D4532 (or 0x9D4532) is unknown color: approx Rock Spray. HEX triplet: 9D, 45 and 32. RGB value is (157,69,50). Sum of RGB (Red+Green+Blue) = 157+69+50=276 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.88% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4532 is #62BACD. Grayscale: #5D5D5D. Windows color (decimal): -6470350 or 3294621. OLE color: 3294621.

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

Color convert

RGB1576950-
CMYK00.560.680.38
HSL10.65º51.69%40.59%-
HSV(B)10.65º68.15%61.57%-
XYZ16.6111.654.39-
YUV93.15103.65173.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.88%
GREEN value IS 69 (27.34% from 255) = 25%
BLUE value IS 50 (19.92% from 255) = 18.12%
R=56.88%
G=25%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157695000.560.680.3810.6551.6940.59
Hex9D45320384426b3429
Octal2351056207010446136451
Binary100111011000101110010011100010001001001101011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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