#994833

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

Shades of Rock Spray #994833

Tints of Rock Spray #994833

Color information

#994833 (or 0x994833) is unknown color: approx Rock Spray. HEX triplet: 99, 48 and 33. RGB value is (153,72,51). Sum of RGB (Red+Green+Blue) = 153+72+51=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #994833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994833 is #66B7CC. Grayscale: #5D5D5D. Windows color (decimal): -6731725 or 3360921. OLE color: 3360921.

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

Color convert

RGB1537251-
CMYK00.530.670.4
HSL12.35º50%40%-
HSV(B)12.35º66.67%60%-
XYZ16.0511.654.53-
YUV93.82103.84170.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.43%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 51 (20.31% from 255) = 18.48%
R=55.43%
G=26.09%
B=18.48%

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
Decimal153725100.530.670.412.355040
Hex9948330354328c3228
Octal2311106306510350146250
Binary100110011001000110011011010110000111010001100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994833; }

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

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

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

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

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

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

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

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