#994933

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

Shades of Rock Spray #994933

Tints of Rock Spray #994933

Color information

#994933 (or 0x994933) is unknown color: approx Rock Spray. HEX triplet: 99, 49 and 33. RGB value is (153,73,51). Sum of RGB (Red+Green+Blue) = 153+73+51=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #994933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994933 is #66B6CC. Grayscale: #5E5E5E. Windows color (decimal): -6731469 or 3361177. OLE color: 3361177.

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

Color convert

RGB1537351-
CMYK00.520.670.4
HSL12.94º50%40%-
HSV(B)12.94º66.67%60%-
XYZ16.1211.784.56-
YUV94.41103.5169.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.23%
GREEN value IS 73 (28.91% from 255) = 26.35%
BLUE value IS 51 (20.31% from 255) = 18.41%
R=55.23%
G=26.35%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153735100.520.670.412.945040
Hex9949330344328d3228
Octal2311116306410350156250
Binary100110011001001110011011010010000111010001101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994933; }

 p { color: rgb(153,73,51); }

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

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

 a { background-color: rgb(153,73,51); }

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

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

 span { border-color: rgb(153,73,51); }

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