#9A4829

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

Shades of Rock Spray #9A4829

Tints of Rock Spray #9A4829

Color information

#9A4829 (or 0x9A4829) is unknown color: approx Rock Spray. HEX triplet: 9A, 48 and 29. RGB value is (154,72,41). Sum of RGB (Red+Green+Blue) = 154+72+41=267 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.68% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4829 is #65B7D6. Grayscale: #5D5D5D. Windows color (decimal): -6666199 or 2705562. OLE color: 2705562.

HSL color Cylindrical-coordinate representation of color #9A4829: hue angle of 16.46º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A4829 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB1547241-
CMYK00.530.730.40
HSL16.46º57.95%38.24%-
HSV(B)16.46º73.38%60.39%-
XYZ16.0411.663.5-
YUV92.9898.67171.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 57.68%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 41 (16.41% from 255) = 15.36%
R=57.68%
G=26.97%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154724100.530.730.4016.4657.9538.24
Hex9A48290354928103a26
Octal2321105106511150207246
Binary1001101010010001010010110101100100110100010000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,72,41); }

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

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

 a { background-color: rgb(154,72,41); }

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

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

 span { border-color: rgb(154,72,41); }

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