#9A472C

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

Shades of Rock Spray #9A472C

Tints of Rock Spray #9A472C

Color information

#9A472C (or 0x9A472C) is unknown color: approx Rock Spray. HEX triplet: 9A, 47 and 2C. RGB value is (154,71,44). Sum of RGB (Red+Green+Blue) = 154+71+44=269 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.25% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 154 - color contains mainly: red. Hex color #9A472C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A472C is #65B8D3. Grayscale: #5C5C5C. Windows color (decimal): -6666452 or 2901914. OLE color: 2901914.

HSL color Cylindrical-coordinate representation of color #9A472C: hue angle of 14.73º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A472C is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB1547144-
CMYK00.540.710.40
HSL14.73º55.56%38.82%-
HSV(B)14.73º71.43%60.39%-
XYZ16.0311.563.77-
YUV92.74100.5171.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 57.25%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 44 (17.58% from 255) = 16.36%
R=57.25%
G=26.39%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154714400.540.710.4014.7355.5638.82
Hex9A472C0364728f3827
Octal2321075406610750177047
Binary100110101000111101100011011010001111010001111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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