Html Css Color HEX #9A472A Rock Spray

📋 copy color: '#9A472A'

red 154 ◦ green 71 ◦ blue 42

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

Shades of Rock Spray #9A472A

Tints of Rock Spray #9A472A

RGB

 RED value IS 154 (60.55% from 255) = 57.68%

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

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

R = 57.68%
G = 26.59%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#9A472A (or 0x9A472A) is known color: Rock Spray. HEX triplet: 9A, 47 and 2A. RGB value is (154,71,42). Sum of RGB (Red+Green+Blue) = 154+71+42=267 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.68% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 154 - color contains mainly: red. Hex color #9A472A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A472A is #65B8D5. Grayscale: #5C5C5C. Windows color (decimal): -6666454 or 2770842. OLE color: 2770842.

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

Color convert

RGB 154 71 42 -
CMYK 0 0.54 0.73 0.40
HSL 15.54º 0.57% 0.38% -
HSV(B) 15.54º 0.73% 0.6% -
XYZ 16 11.54 3.58 -
YUV 92.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 154 71 42 0 0.54 0.73 0.40 15.54 0.57 0.38
Hex 9A 47 2A 0 36 49 28 10 39 26
Octal 232 107 52 0 66 111 50 20 71 46
Binary 10011010 1000111 101010 0 110110 1001001 101000 10000 111001 100110

Color Harmonies of #9A472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A472A

Black with #9A472A

Text Example


Text Example

White with #9A472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A472A;
 }
 .AnyTagClassName
 {
   color: #9A472A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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