#99472A

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

Shades of Rock Spray #99472A

Tints of Rock Spray #99472A

Color information

#99472A (or 0x99472A) is unknown color: approx Rock Spray. HEX triplet: 99, 47 and 2A. RGB value is (153,71,42). Sum of RGB (Red+Green+Blue) = 153+71+42=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #99472A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99472A is #66B8D5. Grayscale: #5C5C5C. Windows color (decimal): -6731990 or 2770841. OLE color: 2770841.

HSL color Cylindrical-coordinate representation of color #99472A: hue angle of 15.68º 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 #99472A is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB1537142-
CMYK00.540.730.4
HSL15.68º56.92%38.24%-
HSV(B)15.68º72.55%60%-
XYZ15.8111.453.57-
YUV92.2199.67171.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.52%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 42 (16.80% from 255) = 15.79%
R=57.52%
G=26.69%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153714200.540.730.415.6856.9238.24
Hex99472A0364928103926
Octal2311075206611150207146
Binary1001100110001111010100110110100100110100010000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99472A; }

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

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

<style>
 a { background-color: #99472A; }

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

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

<style>
 span { border-color: #99472A; }

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

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