#9E492F

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

Shades of Rock Spray #9E492F

Tints of Rock Spray #9E492F

Color information

#9E492F (or 0x9E492F) is unknown color: approx Rock Spray. HEX triplet: 9E, 49 and 2F. RGB value is (158,73,47). Sum of RGB (Red+Green+Blue) = 158+73+47=278 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.83% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 158 - color contains mainly: red. Hex color #9E492F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E492F is #61B6D0. Grayscale: #5F5F5F. Windows color (decimal): -6403793 or 3099038. OLE color: 3099038.

HSL color Cylindrical-coordinate representation of color #9E492F: hue angle of 14.05º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E492F is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB1587347-
CMYK00.540.700.38
HSL14.05º54.15%40.2%-
HSV(B)14.05º70.25%61.96%-
XYZ1712.244.16-
YUV95.45100.66172.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.83%
GREEN value IS 73 (28.91% from 255) = 26.26%
BLUE value IS 47 (18.75% from 255) = 16.91%
R=56.83%
G=26.26%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158734700.540.700.3814.0554.1540.2
Hex9E492F0364626e3628
Octal2361115706610646166650
Binary100111101001001101111011011010001101001101110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,73,47); }

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

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

 a { background-color: rgb(158,73,47); }

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

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

 span { border-color: rgb(158,73,47); }

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