#99541c

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

Shades of Rich Gold #99541C

Tints of Rich Gold #99541C

Color information

#99541C (or 0x99541C) is unknown color: approx Rich Gold. HEX triplet: 99, 54 and 1C. RGB value is (153,84,28). Sum of RGB (Red+Green+Blue) = 153+84+28=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #99541C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99541C is #66ABE3. Grayscale: #626262. Windows color (decimal): -6728676 or 1856665. OLE color: 1856665.

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

Color convert

RGB1538428-
CMYK00.450.820.4
HSL26.88º69.06%35.49%-
HSV(B)26.88º81.7%60%-
XYZ16.5213.22.78-
YUV98.2588.36167.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.74%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 28 (11.33% from 255) = 10.57%
R=57.74%
G=31.70%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153842800.450.820.426.8869.0635.49
Hex99541C02D52281b4523
Octal23112434055122503310543
Binary1001100110101001110001011011010010101000110111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99541c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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