#9E4527

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

Shades of Rock Spray #9E4527

Tints of Rock Spray #9E4527

Color information

#9E4527 (or 0x9E4527) is unknown color: approx Rock Spray. HEX triplet: 9E, 45 and 27. RGB value is (158,69,39). Sum of RGB (Red+Green+Blue) = 158+69+39=266 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.40% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4527 is #61BAD8. Grayscale: #5C5C5C. Windows color (decimal): -6404825 or 2573726. OLE color: 2573726.

HSL color Cylindrical-coordinate representation of color #9E4527: hue angle of 15.13º 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 #9E4527 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB1586939-
CMYK00.560.750.38
HSL15.13º60.41%38.63%-
HSV(B)15.13º75.32%61.96%-
XYZ16.5911.673.3-
YUV92.1997.99174.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.40%
GREEN value IS 69 (27.34% from 255) = 25.94%
BLUE value IS 39 (15.62% from 255) = 14.66%
R=59.40%
G=25.94%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158693900.560.750.3815.1360.4138.63
Hex9E45270384B26f3c27
Octal2361054707011346177447
Binary100111101000101100111011100010010111001101111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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