Html Css Color HEX #9D472B Rock Spray

📋 copy color: '#9D472B'

red 157 ◦ green 71 ◦ blue 43

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

Shades of Rock Spray #9D472B

Tints of Rock Spray #9D472B

RGB

 RED value IS 157 (61.72% from 255) = 57.93%

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

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

R = 57.93%
G = 26.2%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#9D472B (or 0x9D472B) is known color: Rock Spray. HEX triplet: 9D, 47 and 2B. RGB value is (157,71,43). Sum of RGB (Red+Green+Blue) = 157+71+43=271 (35% of max value = 765). Red value is 157 (61.72% from 255 or 57.93% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 157 - color contains mainly: red. Hex color #9D472B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D472B is #62B8D4. Grayscale: #5D5D5D. Windows color (decimal): -6469845 or 2836381. OLE color: 2836381.

HSL color Cylindrical-coordinate representation of color #9D472B: hue angle of 14.74º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D472B is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 71 43 -
CMYK 0 0.55 0.73 0.38
HSL 14.74º 0.57% 0.39% -
HSV(B) 14.74º 0.73% 0.62% -
XYZ 16.59 11.85 3.7 -
YUV 93.52 99.49 173.28 -
System Red Green Blue C M Y K H S L
Decimal 157 71 43 0 0.55 0.73 0.38 14.74 0.57 0.39
Hex 9D 47 2B 0 37 49 26 F 39 27
Octal 235 107 53 0 67 111 46 17 71 47
Binary 10011101 1000111 101011 0 110111 1001001 100110 1111 111001 100111

Color Harmonies of #9D472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D472B

Black with #9D472B

Text Example


Text Example

White with #9D472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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