#994834

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

Shades of Rock Spray #994834

Tints of Rock Spray #994834

Color information

#994834 (or 0x994834) is unknown color: approx Rock Spray. HEX triplet: 99, 48 and 34. RGB value is (153,72,52). Sum of RGB (Red+Green+Blue) = 153+72+52=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #994834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994834 is #66B7CB. Grayscale: #5E5E5E. Windows color (decimal): -6731724 or 3426457. OLE color: 3426457.

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

Color convert

RGB1537252-
CMYK00.530.660.4
HSL11.88º49.27%40.2%-
HSV(B)11.88º66.01%60%-
XYZ16.0711.654.65-
YUV93.94104.34170.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.23%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 52 (20.70% from 255) = 18.77%
R=55.23%
G=25.99%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153725200.530.660.411.8849.2740.2
Hex9948340354228c3128
Octal2311106406510250146150
Binary100110011001000110100011010110000101010001100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994834; }

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

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

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

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

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

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

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

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