#9D3E26

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

Shades of Rock Spray #9D3E26

Tints of Rock Spray #9D3E26

Color information

#9D3E26 (or 0x9D3E26) is unknown color: approx Rock Spray. HEX triplet: 9D, 3E and 26. RGB value is (157,62,38). Sum of RGB (Red+Green+Blue) = 157+62+38=257 (34% of max value = 765). Red value is 157 (61.72% from 255 or 61.09% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3E26 is #62C1D9. Grayscale: #575757. Windows color (decimal): -6472154 or 2506397. OLE color: 2506397.

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

Color convert

RGB1576238-
CMYK00.610.760.38
HSL12.1º61.03%38.24%-
HSV(B)12.1º75.8%61.57%-
XYZ15.9810.753.07-
YUV87.6799.97177.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 61.09%
GREEN value IS 62 (24.61% from 255) = 24.12%
BLUE value IS 38 (15.23% from 255) = 14.79%
R=61.09%
G=24.12%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157623800.610.760.3812.161.0338.24
Hex9D3E2603D4C26c3d26
Octal235764607511446147546
Binary10011101111110100110011110110011001001101100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,62,38); }

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

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

 a { background-color: rgb(157,62,38); }

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

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

 span { border-color: rgb(157,62,38); }

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