#994526

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

Shades of Rock Spray #994526

Tints of Rock Spray #994526

Color information

#994526 (or 0x994526) is unknown color: approx Rock Spray. HEX triplet: 99, 45 and 26. RGB value is (153,69,38). Sum of RGB (Red+Green+Blue) = 153+69+38=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #994526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994526 is #66BAD9. Grayscale: #5A5A5A. Windows color (decimal): -6732506 or 2508185. OLE color: 2508185.

HSL color Cylindrical-coordinate representation of color #994526: hue angle of 16.17º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #994526 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB1536938-
CMYK00.550.750.4
HSL16.17º60.21%37.45%-
HSV(B)16.17º75.16%60%-
XYZ15.6111.173.17-
YUV90.5898.33172.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.85%
GREEN value IS 69 (27.34% from 255) = 26.54%
BLUE value IS 38 (15.23% from 255) = 14.62%
R=58.85%
G=26.54%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153693800.550.750.416.1760.2137.45
Hex9945260374B28103c25
Octal2311054606711350207445
Binary1001100110001011001100110111100101110100010000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994526; }

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

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

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

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

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

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

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

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