#9D4435

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

Shades of Rock Spray #9D4435

Tints of Rock Spray #9D4435

Color information

#9D4435 (or 0x9D4435) is unknown color: approx Rock Spray. HEX triplet: 9D, 44 and 35. RGB value is (157,68,53). Sum of RGB (Red+Green+Blue) = 157+68+53=278 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.47% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4435 is #62BBCA. Grayscale: #5D5D5D. Windows color (decimal): -6470603 or 3490973. OLE color: 3490973.

HSL color Cylindrical-coordinate representation of color #9D4435: hue angle of 8.65º degrees, saturation: 0.5, 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 #9D4435 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB1576853-
CMYK00.570.660.38
HSL8.65º49.52%41.18%-
HSV(B)8.65º66.24%61.57%-
XYZ16.6111.564.72-
YUV92.9105.49173.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.47%
GREEN value IS 68 (26.95% from 255) = 24.46%
BLUE value IS 53 (21.09% from 255) = 19.06%
R=56.47%
G=24.46%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157685300.570.660.388.6549.5241.18
Hex9D4435039422693229
Octal2351046507110246116251
Binary100111011000100110101011100110000101001101001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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