#9E402A

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

Shades of Rock Spray #9E402A

Tints of Rock Spray #9E402A

Color information

#9E402A (or 0x9E402A) is unknown color: approx Rock Spray. HEX triplet: 9E, 40 and 2A. RGB value is (158,64,42). Sum of RGB (Red+Green+Blue) = 158+64+42=264 (34% of max value = 765). Red value is 158 (62.11% from 255 or 59.85% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 158 - color contains mainly: red. Hex color #9E402A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E402A is #61BFD5. Grayscale: #595959. Windows color (decimal): -6406102 or 2769054. OLE color: 2769054.

HSL color Cylindrical-coordinate representation of color #9E402A: hue angle of 11.38º degrees, saturation: 0.58, 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 #9E402A is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB1586442-
CMYK00.590.730.38
HSL11.38º58%39.22%-
HSV(B)11.38º73.42%61.96%-
XYZ16.3511.13.47-
YUV89.6101.14176.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.85%
GREEN value IS 64 (25.39% from 255) = 24.24%
BLUE value IS 42 (16.80% from 255) = 15.91%
R=59.85%
G=24.24%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158644200.590.730.3811.385839.22
Hex9E402A03B4926b3a27
Octal2361005207311146137247
Binary100111101000000101010011101110010011001101011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,64,42); }

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

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

 a { background-color: rgb(158,64,42); }

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

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

 span { border-color: rgb(158,64,42); }

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