#9A472A

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

Shades of Rock Spray #9A472A

Tints of Rock Spray #9A472A

Color information

#9A472A (or 0x9A472A) is unknown color: approx Rock Spray. HEX triplet: 9A, 47 and 2A. RGB value is (154,71,42). Sum of RGB (Red+Green+Blue) = 154+71+42=267 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.68% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 154 - color contains mainly: red. Hex color #9A472A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A472A is #65B8D5. Grayscale: #5C5C5C. Windows color (decimal): -6666454 or 2770842. OLE color: 2770842.

HSL color Cylindrical-coordinate representation of color #9A472A: hue angle of 15.54º degrees, saturation: 0.57, 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 #9A472A is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB1547142-
CMYK00.540.730.40
HSL15.54º57.14%38.43%-
HSV(B)15.54º72.73%60.39%-
XYZ1611.543.58-
YUV92.5199.5171.86-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 57.68%
GREEN value IS 71 (28.12% from 255) = 26.59%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=57.68%
G=26.59%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154714200.540.730.4015.5457.1438.43
Hex9A472A0364928103926
Octal2321075206611150207146
Binary1001101010001111010100110110100100110100010000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,71,42); }

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

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

 a { background-color: rgb(154,71,42); }

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

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

 span { border-color: rgb(154,71,42); }

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