#994734

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

Shades of Rock Spray #994734

Tints of Rock Spray #994734

Color information

#994734 (or 0x994734) is unknown color: approx Rock Spray. HEX triplet: 99, 47 and 34. RGB value is (153,71,52). Sum of RGB (Red+Green+Blue) = 153+71+52=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #994734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994734 is #66B8CB. Grayscale: #5D5D5D. Windows color (decimal): -6731980 or 3426201. OLE color: 3426201.

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

Color convert

RGB1537152-
CMYK00.540.660.4
HSL11.29º49.27%40.2%-
HSV(B)11.29º66.01%60%-
XYZ16.0111.534.63-
YUV93.35104.67170.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.43%
GREEN value IS 71 (28.12% from 255) = 25.72%
BLUE value IS 52 (20.70% from 255) = 18.84%
R=55.43%
G=25.72%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153715200.540.660.411.2949.2740.2
Hex9947340364228b3128
Octal2311076406610250136150
Binary100110011000111110100011011010000101010001011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994734; }

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

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

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

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

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

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

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

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