#995219

Color #995219 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #995219

Tints of Rich Gold #995219

Color information

#995219 (or 0x995219) is unknown color: approx Rich Gold. HEX triplet: 99, 52 and 19. RGB value is (153,82,25). Sum of RGB (Red+Green+Blue) = 153+82+25=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #995219 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995219 is #66ADE6. Grayscale: #616161. Windows color (decimal): -6729191 or 1659545. OLE color: 1659545.

HSL color Cylindrical-coordinate representation of color #995219: hue angle of 26.72º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #995219 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB1538225-
CMYK00.460.840.4
HSL26.72º71.91%34.9%-
HSV(B)26.72º83.66%60%-
XYZ16.3312.882.54-
YUV96.7387.52168.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.85%
GREEN value IS 82 (32.42% from 255) = 31.54%
BLUE value IS 25 (10.16% from 255) = 9.62%
R=58.85%
G=31.54%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153822500.460.840.426.7271.9134.9
Hex99521902E54281b4823
Octal23112231056124503311043
Binary1001100110100101100101011101010100101000110111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995219; }

 p { color: rgb(153,82,25); }

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

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

 a { background-color: rgb(153,82,25); }

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

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

 span { border-color: rgb(153,82,25); }

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