#9E482E

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

Shades of Rock Spray #9E482E

Tints of Rock Spray #9E482E

Color information

#9E482E (or 0x9E482E) is unknown color: approx Rock Spray. HEX triplet: 9E, 48 and 2E. RGB value is (158,72,46). Sum of RGB (Red+Green+Blue) = 158+72+46=276 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.25% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 158 - color contains mainly: red. Hex color #9E482E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E482E is #61B7D1. Grayscale: #5E5E5E. Windows color (decimal): -6404050 or 3033246. OLE color: 3033246.

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

Color convert

RGB1587246-
CMYK00.540.710.38
HSL13.93º54.9%40%-
HSV(B)13.93º70.89%61.96%-
XYZ16.9112.14.03-
YUV94.75100.49173.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 57.25%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 46 (18.36% from 255) = 16.67%
R=57.25%
G=26.09%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158724600.540.710.3813.9354.940
Hex9E482E0364726e3728
Octal2361105606610746166750
Binary100111101001000101110011011010001111001101110110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,72,46); }

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

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

 a { background-color: rgb(158,72,46); }

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

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

 span { border-color: rgb(158,72,46); }

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