#9D4A33

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

Shades of Rock Spray #9D4A33

Tints of Rock Spray #9D4A33

Color information

#9D4A33 (or 0x9D4A33) is unknown color: approx Rock Spray. HEX triplet: 9D, 4A and 33. RGB value is (157,74,51). Sum of RGB (Red+Green+Blue) = 157+74+51=282 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.67% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4A33 is #62B5CC. Grayscale: #606060. Windows color (decimal): -6469069 or 3361437. OLE color: 3361437.

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

Color convert

RGB1577451-
CMYK00.530.680.38
HSL13.02º50.96%40.78%-
HSV(B)13.02º67.52%61.57%-
XYZ16.9512.34.61-
YUV96.2102.5171.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 55.67%
GREEN value IS 74 (29.30% from 255) = 26.24%
BLUE value IS 51 (20.31% from 255) = 18.09%
R=55.67%
G=26.24%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157745100.530.680.3813.0250.9640.78
Hex9D4A330354426d3329
Octal2351126306510446156351
Binary100111011001010110011011010110001001001101101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,74,51); }

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

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

 a { background-color: rgb(157,74,51); }

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

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

 span { border-color: rgb(157,74,51); }

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