#9D4828

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

Shades of Rock Spray #9D4828

Tints of Rock Spray #9D4828

Color information

#9D4828 (or 0x9D4828) is unknown color: approx Rock Spray. HEX triplet: 9D, 48 and 28. RGB value is (157,72,40). Sum of RGB (Red+Green+Blue) = 157+72+40=269 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.36% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4828 is #62B7D7. Grayscale: #5D5D5D. Windows color (decimal): -6469592 or 2640029. OLE color: 2640029.

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

Color convert

RGB1577240-
CMYK00.540.750.38
HSL16.41º59.39%38.63%-
HSV(B)16.41º74.52%61.57%-
XYZ16.611.963.44-
YUV93.7797.66173.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.36%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 40 (16.02% from 255) = 14.87%
R=58.36%
G=26.77%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157724000.540.750.3816.4159.3938.63
Hex9D48280364B26103b27
Octal2351105006611346207347
Binary1001110110010001010000110110100101110011010000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,72,40); }

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

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

 a { background-color: rgb(157,72,40); }

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

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

 span { border-color: rgb(157,72,40); }

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