#9E3A20

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

Shades of Rock Spray #9E3A20

Tints of Rock Spray #9E3A20

Color information

#9E3A20 (or 0x9E3A20) is unknown color: approx Rock Spray. HEX triplet: 9E, 3A and 20. RGB value is (158,58,32). Sum of RGB (Red+Green+Blue) = 158+58+32=248 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.71% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3A20 is #61C5DF. Grayscale: #555555. Windows color (decimal): -6407648 or 2112158. OLE color: 2112158.

HSL color Cylindrical-coordinate representation of color #9E3A20: hue angle of 12.38º degrees, saturation: 0.66, 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 #9E3A20 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB1585832-
CMYK00.630.800.38
HSL12.38º66.32%37.25%-
HSV(B)12.38º79.75%61.96%-
XYZ15.8710.42.54-
YUV84.9498.13180.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 63.71%
GREEN value IS 58 (23.05% from 255) = 23.39%
BLUE value IS 32 (12.89% from 255) = 12.90%
R=63.71%
G=23.39%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158583200.630.800.3812.3866.3237.25
Hex9E3A2003F5026c4225
Octal2367240077120461410245
Binary100111101110101000000111111101000010011011001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,58,32); }

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

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

 a { background-color: rgb(158,58,32); }

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

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

 span { border-color: rgb(158,58,32); }

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