Html Css Color HEX #99472B Rock Spray

📋 copy color: '#99472B'

red 153 ◦ green 71 ◦ blue 43

#99472B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Spray #99472B

Tints of Rock Spray #99472B

RGB

 RED value IS 153 (60.16% from 255) = 57.3%

 GREEN value IS 71 (28.13% from 255) = 26.59%

 BLUE value IS 43 (17.19% from 255) = 16.1%

R = 57.3%
G = 26.59%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#99472B (or 0x99472B) is known color: 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

RGB 153 71 43 -
CMYK 0 0.54 0.72 0.4
HSL 15.27º 0.56% 0.38% -
HSV(B) 15.27º 0.72% 0.6% -
XYZ 15.83 11.45 3.66 -
YUV 92.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 153 71 43 0 0.54 0.72 0.4 15.27 0.56 0.38
Hex 99 47 2B 0 36 48 28 F 38 26
Octal 231 107 53 0 66 110 50 17 70 46
Binary 10011001 1000111 101011 0 110110 1001000 101000 1111 111000 100110

Color Harmonies of #99472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99472B

Black with #99472B

Text Example


Text Example

White with #99472B

Text Example


Text Example

HTML Codes & Css Web 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>