#9E4526

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

Shades of Rock Spray #9E4526

Tints of Rock Spray #9E4526

Color information

#9E4526 (or 0x9E4526) is unknown color: approx Rock Spray. HEX triplet: 9E, 45 and 26. RGB value is (158,69,38). Sum of RGB (Red+Green+Blue) = 158+69+38=265 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.62% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4526 is #61BAD9. Grayscale: #5C5C5C. Windows color (decimal): -6404826 or 2508190. OLE color: 2508190.

HSL color Cylindrical-coordinate representation of color #9E4526: hue angle of 15.5º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E4526 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.38.

Color convert

RGB1586938-
CMYK00.560.760.38
HSL15.5º61.22%38.43%-
HSV(B)15.5º75.95%61.96%-
XYZ16.5811.673.21-
YUV92.0897.49175.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.62%
GREEN value IS 69 (27.34% from 255) = 26.04%
BLUE value IS 38 (15.23% from 255) = 14.34%
R=59.62%
G=26.04%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158693800.560.760.3815.561.2238.43
Hex9E45260384C26103d26
Octal2361054607011446207546
Binary1001111010001011001100111000100110010011010000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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