#9E3819

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

Shades of Rock Spray #9E3819

Tints of Rock Spray #9E3819

Color information

#9E3819 (or 0x9E3819) is unknown color: approx Rock Spray. HEX triplet: 9E, 38 and 19. RGB value is (158,56,25). Sum of RGB (Red+Green+Blue) = 158+56+25=239 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.11% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3819 is #61C7E6. Grayscale: #535353. Windows color (decimal): -6408167 or 1652894. OLE color: 1652894.

HSL color Cylindrical-coordinate representation of color #9E3819: hue angle of 13.98º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E3819 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB1585625-
CMYK00.650.840.38
HSL13.98º72.68%35.88%-
HSV(B)13.98º84.18%61.96%-
XYZ15.6910.172.06-
YUV82.9695.29181.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 66.11%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 25 (10.16% from 255) = 10.46%
R=66.11%
G=23.43%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158562500.650.840.3813.9872.6835.88
Hex9E38190415426e4924
Octal23670310101124461611144
Binary100111101110001100101000001101010010011011101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,56,25); }

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

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

 a { background-color: rgb(158,56,25); }

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

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

 span { border-color: rgb(158,56,25); }

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