#9E422C

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

Shades of Rock Spray #9E422C

Tints of Rock Spray #9E422C

Color information

#9E422C (or 0x9E422C) is unknown color: approx Rock Spray. HEX triplet: 9E, 42 and 2C. RGB value is (158,66,44). Sum of RGB (Red+Green+Blue) = 158+66+44=268 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.96% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 158 - color contains mainly: red. Hex color #9E422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E422C is #61BDD3. Grayscale: #5B5B5B. Windows color (decimal): -6405588 or 2900638. OLE color: 2900638.

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

Color convert

RGB1586644-
CMYK00.580.720.38
HSL11.58º56.44%39.61%-
HSV(B)11.58º72.15%61.96%-
XYZ16.511.353.7-
YUV91101.48175.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 58.96%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 44 (17.58% from 255) = 16.42%
R=58.96%
G=24.63%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158664400.580.720.3811.5856.4439.61
Hex9E422C03A4826c3828
Octal2361025407211046147050
Binary100111101000010101100011101010010001001101100111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,66,44); }

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

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

 a { background-color: rgb(158,66,44); }

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

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

 span { border-color: rgb(158,66,44); }

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