#994422

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

Shades of Rock Spray #994422

Tints of Rock Spray #994422

Color information

#994422 (or 0x994422) is unknown color: approx Rock Spray. HEX triplet: 99, 44 and 22. RGB value is (153,68,34). Sum of RGB (Red+Green+Blue) = 153+68+34=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #994422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994422 is #66BBDD. Grayscale: #595959. Windows color (decimal): -6732766 or 2245785. OLE color: 2245785.

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

Color convert

RGB1536834-
CMYK00.560.780.4
HSL17.14º63.64%36.67%-
HSV(B)17.14º77.78%60%-
XYZ15.4911.022.82-
YUV89.5496.66173.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60%
GREEN value IS 68 (26.95% from 255) = 26.67%
BLUE value IS 34 (13.67% from 255) = 13.33%
R=60%
G=26.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153683400.560.780.417.1463.6436.67
Hex9944220384E28114025
Octal23110442070116502110045
Binary10011001100010010001001110001001110101000100011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994422; }

 p { color: rgb(153,68,34); }

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

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

 a { background-color: rgb(153,68,34); }

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

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

 span { border-color: rgb(153,68,34); }

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