#99472b

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

Shades of Rock Spray #99472B

Tints of Rock Spray #99472B

Color information

#99472B (or 0x99472B) is unknown color: approx Rock Spray. HEX triplet: 99, 47 and 2B. RGB value is (153,71,43). Sum of RGB (Red+Green+Blue) = 153+71+43=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #99472B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99472B is #66B8D4. Grayscale: #5C5C5C. Windows color (decimal): -6731989 or 2836377. OLE color: 2836377.

HSL color Cylindrical-coordinate representation of color #99472B: hue angle of 15.27º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99472B is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB1537143-
CMYK00.540.720.4
HSL15.27º56.12%38.43%-
HSV(B)15.27º71.9%60%-
XYZ15.8311.453.66-
YUV92.33100.17171.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.30%
GREEN value IS 71 (28.12% from 255) = 26.59%
BLUE value IS 43 (17.19% from 255) = 16.10%
R=57.30%
G=26.59%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153714300.540.720.415.2756.1238.43
Hex99472B0364828f3826
Octal2311075306611050177046
Binary100110011000111101011011011010010001010001111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99472b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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