#99531E

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

Shades of Rich Gold #99531E

Tints of Rich Gold #99531E

Color information

#99531E (or 0x99531E) is unknown color: approx Rich Gold. HEX triplet: 99, 53 and 1E. RGB value is (153,83,30). Sum of RGB (Red+Green+Blue) = 153+83+30=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #99531E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99531E is #66ACE1. Grayscale: #626262. Windows color (decimal): -6728930 or 1987481. OLE color: 1987481.

HSL color Cylindrical-coordinate representation of color #99531E: hue angle of 25.85º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99531E is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB1538330-
CMYK00.460.800.4
HSL25.85º67.21%35.88%-
HSV(B)25.85º80.39%60%-
XYZ16.4613.052.88-
YUV97.8989.69167.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.52%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 30 (12.11% from 255) = 11.28%
R=57.52%
G=31.20%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.80
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153833000.460.800.425.8567.2135.88
Hex99531E02E50281a4324
Octal23112336056120503210344
Binary1001100110100111111001011101010000101000110101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99531E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99531E; }

 p { color: rgb(153,83,30); }

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

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

 a { background-color: rgb(153,83,30); }

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

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

 span { border-color: rgb(153,83,30); }

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