Html Css Color HEX #99472A Rock Spray

📋 copy color: '#99472A'

red 153 ◦ green 71 ◦ blue 42

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

Shades of Rock Spray #99472A

Tints of Rock Spray #99472A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 57.52%
G = 26.69%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

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

RGB 153 71 42 -
CMYK 0 0.54 0.73 0.4
HSL 15.68º 0.57% 0.38% -
HSV(B) 15.68º 0.73% 0.6% -
XYZ 15.81 11.45 3.57 -
YUV 92.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 153 71 42 0 0.54 0.73 0.4 15.68 0.57 0.38
Hex 99 47 2A 0 36 49 28 10 39 26
Octal 231 107 52 0 66 111 50 20 71 46
Binary 10011001 1000111 101010 0 110110 1001001 101000 10000 111001 100110

Color Harmonies of #99472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99472A

Black with #99472A

Text Example


Text Example

White with #99472A

Text Example


Text Example

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