#9D3D20

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

Shades of Rock Spray #9D3D20

Tints of Rock Spray #9D3D20

Color information

#9D3D20 (or 0x9D3D20) is unknown color: approx Rock Spray. HEX triplet: 9D, 3D and 20. RGB value is (157,61,32). Sum of RGB (Red+Green+Blue) = 157+61+32=250 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.8% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3D20 is #62C2DF. Grayscale: #565656. Windows color (decimal): -6472416 or 2112925. OLE color: 2112925.

HSL color Cylindrical-coordinate representation of color #9D3D20: hue angle of 13.92º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D3D20 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB1576132-
CMYK00.610.800.38
HSL13.92º66.14%37.06%-
HSV(B)13.92º79.62%61.57%-
XYZ15.8310.612.58-
YUV86.497.3178.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 62.8%
GREEN value IS 61 (24.22% from 255) = 24.4%
BLUE value IS 32 (12.89% from 255) = 12.8%
R=62.8%
G=24.4%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157613200.610.800.3813.9266.1437.06
Hex9D3D2003D5026e4225
Octal2357540075120461610245
Binary100111011111011000000111101101000010011011101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,61,32); }

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

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

 a { background-color: rgb(157,61,32); }

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

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

 span { border-color: rgb(157,61,32); }

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