#994832

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

Shades of Rock Spray #994832

Tints of Rock Spray #994832

Color information

#994832 (or 0x994832) is unknown color: approx Rock Spray. HEX triplet: 99, 48 and 32. RGB value is (153,72,50). Sum of RGB (Red+Green+Blue) = 153+72+50=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #994832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994832 is #66B7CD. Grayscale: #5D5D5D. Windows color (decimal): -6731726 or 3295385. OLE color: 3295385.

HSL color Cylindrical-coordinate representation of color #994832: hue angle of 12.82º 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 #994832 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB1537250-
CMYK00.530.670.4
HSL12.82º50.74%39.8%-
HSV(B)12.82º67.32%60%-
XYZ16.0311.644.42-
YUV93.71103.34170.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.64%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 50 (19.92% from 255) = 18.18%
R=55.64%
G=26.18%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153725000.530.670.412.8250.7439.8
Hex9948320354328d3328
Octal2311106206510350156350
Binary100110011001000110010011010110000111010001101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994832; }

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

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

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

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

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

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

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

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