#994831

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

Shades of Rock Spray #994831

Tints of Rock Spray #994831

Color information

#994831 (or 0x994831) is unknown color: approx Rock Spray. HEX triplet: 99, 48 and 31. RGB value is (153,72,49). Sum of RGB (Red+Green+Blue) = 153+72+49=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #994831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994831 is #66B7CE. Grayscale: #5D5D5D. Windows color (decimal): -6731727 or 3229849. OLE color: 3229849.

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

Color convert

RGB1537249-
CMYK00.530.680.4
HSL13.27º51.49%39.61%-
HSV(B)13.27º67.97%60%-
XYZ16.0111.634.31-
YUV93.6102.84170.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.84%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 49 (19.53% from 255) = 17.88%
R=55.84%
G=26.28%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153724900.530.680.413.2751.4939.61
Hex9948310354428d3328
Octal2311106106510450156350
Binary100110011001000110001011010110001001010001101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994831; }

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

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

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

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

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

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

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

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