#9D541E

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

Shades of Rich Gold #9D541E

Tints of Rich Gold #9D541E

Color information

#9D541E (or 0x9D541E) is unknown color: approx Rich Gold. HEX triplet: 9D, 54 and 1E. RGB value is (157,84,30). Sum of RGB (Red+Green+Blue) = 157+84+30=271 (35% of max value = 765). Red value is 157 (61.72% from 255 or 57.93% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 157 - color contains mainly: red. Hex color #9D541E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D541E is #62ABE1. Grayscale: #636363. Windows color (decimal): -6466530 or 1987741. OLE color: 1987741.

HSL color Cylindrical-coordinate representation of color #9D541E: hue angle of 25.51º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D541E is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB1578430-
CMYK00.460.810.38
HSL25.51º67.91%36.67%-
HSV(B)25.51º80.89%61.57%-
XYZ17.3113.62.94-
YUV99.6788.68168.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.93%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 30 (12.11% from 255) = 11.07%
R=57.93%
G=31.00%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157843000.460.810.3825.5167.9136.67
Hex9D541E02E51261a4425
Octal23512436056121463210445
Binary1001110110101001111001011101010001100110110101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D541E; }

 p { color: rgb(157,84,30); }

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

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

 a { background-color: rgb(157,84,30); }

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

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

 span { border-color: rgb(157,84,30); }

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