#9D3B20

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

Shades of Rock Spray #9D3B20

Tints of Rock Spray #9D3B20

Color information

#9D3B20 (or 0x9D3B20) is unknown color: approx Rock Spray. HEX triplet: 9D, 3B and 20. RGB value is (157,59,32). Sum of RGB (Red+Green+Blue) = 157+59+32=248 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.31% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3B20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3B20 is #62C4DF. Grayscale: #555555. Windows color (decimal): -6472928 or 2112413. OLE color: 2112413.

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

Color convert

RGB1575932-
CMYK00.620.800.38
HSL12.96º66.14%37.06%-
HSV(B)12.96º79.62%61.57%-
XYZ15.7310.42.54-
YUV85.2297.97179.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 63.31%
GREEN value IS 59 (23.44% from 255) = 23.79%
BLUE value IS 32 (12.89% from 255) = 12.90%
R=63.31%
G=23.79%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157593200.620.800.3812.9666.1437.06
Hex9D3B2003E5026d4225
Octal2357340076120461510245
Binary100111011110111000000111110101000010011011011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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