#994830

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

Shades of Rock Spray #994830

Tints of Rock Spray #994830

Color information

#994830 (or 0x994830) is unknown color: approx Rock Spray. HEX triplet: 99, 48 and 30. RGB value is (153,72,48). Sum of RGB (Red+Green+Blue) = 153+72+48=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #994830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994830 is #66B7CF. Grayscale: #5D5D5D. Windows color (decimal): -6731728 or 3164313. OLE color: 3164313.

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

Color convert

RGB1537248-
CMYK00.530.690.4
HSL13.71º52.24%39.41%-
HSV(B)13.71º68.63%60%-
XYZ15.9911.624.2-
YUV93.48102.34170.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.04%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 48 (19.14% from 255) = 17.58%
R=56.04%
G=26.37%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.69
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153724800.530.690.413.7152.2439.41
Hex9948300354528e3427
Octal2311106006510550166447
Binary100110011001000110000011010110001011010001110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994830; }

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

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

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

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

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

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

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

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