#994729

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

Shades of Rock Spray #994729

Tints of Rock Spray #994729

Color information

#994729 (or 0x994729) is unknown color: approx Rock Spray. HEX triplet: 99, 47 and 29. RGB value is (153,71,41). Sum of RGB (Red+Green+Blue) = 153+71+41=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #994729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994729 is #66B8D6. Grayscale: #5C5C5C. Windows color (decimal): -6731991 or 2705305. OLE color: 2705305.

HSL color Cylindrical-coordinate representation of color #994729: hue angle of 16.07º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #994729 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB1537141-
CMYK00.540.730.4
HSL16.07º57.73%38.04%-
HSV(B)16.07º73.2%60%-
XYZ15.7911.443.47-
YUV92.199.17171.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.74%
GREEN value IS 71 (28.12% from 255) = 26.79%
BLUE value IS 41 (16.41% from 255) = 15.47%
R=57.74%
G=26.79%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153714100.540.730.416.0757.7338.04
Hex9947290364928103a26
Octal2311075106611150207246
Binary1001100110001111010010110110100100110100010000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994729; }

 p { color: rgb(153,71,41); }

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

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

 a { background-color: rgb(153,71,41); }

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

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

 span { border-color: rgb(153,71,41); }

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