#994732

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

Shades of Rock Spray #994732

Tints of Rock Spray #994732

Color information

#994732 (or 0x994732) is unknown color: approx Rock Spray. HEX triplet: 99, 47 and 32. RGB value is (153,71,50). Sum of RGB (Red+Green+Blue) = 153+71+50=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #994732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994732 is #66B8CD. Grayscale: #5D5D5D. Windows color (decimal): -6731982 or 3295129. OLE color: 3295129.

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

Color convert

RGB1537150-
CMYK00.540.670.4
HSL12.23º50.74%39.8%-
HSV(B)12.23º67.32%60%-
XYZ15.9711.514.4-
YUV93.12103.67170.71-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.84%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 50 (19.92% from 255) = 18.25%
R=55.84%
G=25.91%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153715000.540.670.412.2350.7439.8
Hex9947320364328c3328
Octal2311076206610350146350
Binary100110011000111110010011011010000111010001100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994732; }

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

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

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

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

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

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

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

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