#9D3D24

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

Shades of Rock Spray #9D3D24

Tints of Rock Spray #9D3D24

Color information

#9D3D24 (or 0x9D3D24) is unknown color: approx Rock Spray. HEX triplet: 9D, 3D and 24. RGB value is (157,61,36). Sum of RGB (Red+Green+Blue) = 157+61+36=254 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.81% from 254); Green value is 61 (24.22% from 255 or 24.02% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3D24 is #62C2DB. Grayscale: #575757. Windows color (decimal): -6472412 or 2375069. OLE color: 2375069.

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

Color convert

RGB1576136-
CMYK00.610.770.38
HSL12.4º62.69%37.84%-
HSV(B)12.4º77.07%61.57%-
XYZ15.8910.632.88-
YUV86.8599.3178.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 61.81%
GREEN value IS 61 (24.22% from 255) = 24.02%
BLUE value IS 36 (14.45% from 255) = 14.17%
R=61.81%
G=24.02%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157613600.610.770.3812.462.6937.84
Hex9D3D2403D4D26c3f26
Octal235754407511546147746
Binary10011101111101100100011110110011011001101100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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