#995522

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

Shades of Rich Gold #995522

Tints of Rich Gold #995522

Color information

#995522 (or 0x995522) is unknown color: approx Rich Gold. HEX triplet: 99, 55 and 22. RGB value is (153,85,34). Sum of RGB (Red+Green+Blue) = 153+85+34=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #995522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995522 is #66AADD. Grayscale: #636363. Windows color (decimal): -6728414 or 2250137. OLE color: 2250137.

HSL color Cylindrical-coordinate representation of color #995522: hue angle of 25.71º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #995522 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB1538534-
CMYK00.440.780.4
HSL25.71º63.64%36.67%-
HSV(B)25.71º77.78%60%-
XYZ16.6713.383.22-
YUV99.5291.03166.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.25%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 34 (13.67% from 255) = 12.5%
R=56.25%
G=31.25%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153853400.440.780.425.7163.6436.67
Hex99552202C4E281a4025
Octal23112542054116503210045
Binary10011001101010110001001011001001110101000110101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995522; }

 p { color: rgb(153,85,34); }

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

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

 a { background-color: rgb(153,85,34); }

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

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

 span { border-color: rgb(153,85,34); }

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