#994835

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

Shades of Rock Spray #994835

Tints of Rock Spray #994835

Color information

#994835 (or 0x994835) is unknown color: approx Rock Spray. HEX triplet: 99, 48 and 35. RGB value is (153,72,53). Sum of RGB (Red+Green+Blue) = 153+72+53=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #994835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994835 is #66B7CA. Grayscale: #5E5E5E. Windows color (decimal): -6731723 or 3491993. OLE color: 3491993.

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

Color convert

RGB1537253-
CMYK00.530.650.4
HSL11.4º48.54%40.39%-
HSV(B)11.4º65.36%60%-
XYZ16.111.664.77-
YUV94.05104.84170.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.04%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 53 (21.09% from 255) = 19.06%
R=55.04%
G=25.90%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153725300.530.650.411.448.5440.39
Hex9948350354128b3128
Octal2311106506510150136150
Binary100110011001000110101011010110000011010001011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994835; }

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

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

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

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

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

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

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

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