#9E4827

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

Shades of Rock Spray #9E4827

Tints of Rock Spray #9E4827

Color information

#9E4827 (or 0x9E4827) is unknown color: approx Rock Spray. HEX triplet: 9E, 48 and 27. RGB value is (158,72,39). Sum of RGB (Red+Green+Blue) = 158+72+39=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4827 is #61B7D8. Grayscale: #5E5E5E. Windows color (decimal): -6404057 or 2574494. OLE color: 2574494.

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

Color convert

RGB1587239-
CMYK00.540.750.38
HSL16.64º60.41%38.63%-
HSV(B)16.64º75.32%61.96%-
XYZ16.7812.053.36-
YUV93.9596.99173.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 58.74%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 39 (15.62% from 255) = 14.50%
R=58.74%
G=26.77%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158723900.540.750.3816.6460.4138.63
Hex9E48270364B26113c27
Octal2361104706611346217447
Binary1001111010010001001110110110100101110011010001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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