#9D4626

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

Shades of Rock Spray #9D4626

Tints of Rock Spray #9D4626

Color information

#9D4626 (or 0x9D4626) is unknown color: approx Rock Spray. HEX triplet: 9D, 46 and 26. RGB value is (157,70,38). Sum of RGB (Red+Green+Blue) = 157+70+38=265 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.25% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4626 is #62B9D9. Grayscale: #5C5C5C. Windows color (decimal): -6470106 or 2508445. OLE color: 2508445.

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

Color convert

RGB1577038-
CMYK00.550.760.38
HSL16.13º61.03%38.24%-
HSV(B)16.13º75.8%61.57%-
XYZ16.4411.693.22-
YUV92.3697.32174.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.25%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 38 (15.23% from 255) = 14.34%
R=59.25%
G=26.42%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157703800.550.760.3816.1361.0338.24
Hex9D46260374C26103d26
Octal2351064606711446207546
Binary1001110110001101001100110111100110010011010000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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