#9E4628

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

Shades of Rock Spray #9E4628

Tints of Rock Spray #9E4628

Color information

#9E4628 (or 0x9E4628) is unknown color: approx Rock Spray. HEX triplet: 9E, 46 and 28. RGB value is (158,70,40). Sum of RGB (Red+Green+Blue) = 158+70+40=268 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.96% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4628 is #61B9D7. Grayscale: #5D5D5D. Windows color (decimal): -6404568 or 2639518. OLE color: 2639518.

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

Color convert

RGB1587040-
CMYK00.560.750.38
HSL15.25º59.6%38.82%-
HSV(B)15.25º74.68%61.96%-
XYZ16.6711.83.41-
YUV92.8998.15174.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 58.96%
GREEN value IS 70 (27.73% from 255) = 26.12%
BLUE value IS 40 (16.02% from 255) = 14.93%
R=58.96%
G=26.12%
B=14.93%

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
Decimal158704000.560.750.3815.2559.638.82
Hex9E46280384B26f3c27
Octal2361065007011346177447
Binary100111101000110101000011100010010111001101111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,70,40); }

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

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

 a { background-color: rgb(158,70,40); }

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

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

 span { border-color: rgb(158,70,40); }

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