#9A4835

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

Shades of Rock Spray #9A4835

Tints of Rock Spray #9A4835

Color information

#9A4835 (or 0x9A4835) is unknown color: approx Rock Spray. HEX triplet: 9A, 48 and 35. RGB value is (154,72,53). Sum of RGB (Red+Green+Blue) = 154+72+53=279 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.20% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4835 is #65B7CA. Grayscale: #5E5E5E. Windows color (decimal): -6666187 or 3491994. OLE color: 3491994.

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

Color convert

RGB1547253-
CMYK00.530.660.40
HSL11.29º48.79%40.59%-
HSV(B)11.29º65.58%60.39%-
XYZ16.2911.764.78-
YUV94.35104.67170.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 55.20%
GREEN value IS 72 (28.52% from 255) = 25.81%
BLUE value IS 53 (21.09% from 255) = 19.00%
R=55.20%
G=25.81%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154725300.530.660.4011.2948.7940.59
Hex9A48350354228b3129
Octal2321106506510250136151
Binary100110101001000110101011010110000101010001011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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