#9E441F

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

Shades of Rock Spray #9E441F

Tints of Rock Spray #9E441F

Color information

#9E441F (or 0x9E441F) is unknown color: approx Rock Spray. HEX triplet: 9E, 44 and 1F. RGB value is (158,68,31). Sum of RGB (Red+Green+Blue) = 158+68+31=257 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.48% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 158 - color contains mainly: red. Hex color #9E441F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E441F is #61BBE0. Grayscale: #5A5A5A. Windows color (decimal): -6405089 or 2049182. OLE color: 2049182.

HSL color Cylindrical-coordinate representation of color #9E441F: hue angle of 17.48º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E441F is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB1586831-
CMYK00.570.800.38
HSL17.48º67.2%37.06%-
HSV(B)17.48º80.38%61.96%-
XYZ16.4111.52.65-
YUV90.6994.32176.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.48%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 31 (12.5% from 255) = 12.06%
R=61.48%
G=26.46%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158683100.570.800.3817.4867.237.06
Hex9E441F0395026114325
Octal23610437071120462110345
Binary1001111010001001111101110011010000100110100011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,68,31); }

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

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

 a { background-color: rgb(158,68,31); }

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

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

 span { border-color: rgb(158,68,31); }

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