#99541D

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

Shades of Rich Gold #99541D

Tints of Rich Gold #99541D

Color information

#99541D (or 0x99541D) is unknown color: approx Rich Gold. HEX triplet: 99, 54 and 1D. RGB value is (153,84,29). Sum of RGB (Red+Green+Blue) = 153+84+29=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #99541D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99541D is #66ABE2. Grayscale: #626262. Windows color (decimal): -6728675 or 1922201. OLE color: 1922201.

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

Color convert

RGB1538429-
CMYK00.450.810.4
HSL26.61º68.13%35.69%-
HSV(B)26.61º81.05%60%-
XYZ16.5313.22.84-
YUV98.3688.86166.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.52%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 29 (11.72% from 255) = 10.90%
R=57.52%
G=31.58%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153842900.450.810.426.6168.1335.69
Hex99541D02D51281b4424
Octal23112435055121503310444
Binary1001100110101001110101011011010001101000110111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99541D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99541D; }

 p { color: rgb(153,84,29); }

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

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

 a { background-color: rgb(153,84,29); }

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

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

 span { border-color: rgb(153,84,29); }

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