#9D541B

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

Shades of Rich Gold #9D541B

Tints of Rich Gold #9D541B

Color information

#9D541B (or 0x9D541B) is unknown color: approx Rich Gold. HEX triplet: 9D, 54 and 1B. RGB value is (157,84,27). Sum of RGB (Red+Green+Blue) = 157+84+27=268 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.58% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 157 - color contains mainly: red. Hex color #9D541B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D541B is #62ABE4. Grayscale: #636363. Windows color (decimal): -6466533 or 1791133. OLE color: 1791133.

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

Color convert

RGB1578427-
CMYK00.460.830.38
HSL26.31º70.65%36.08%-
HSV(B)26.31º82.8%61.57%-
XYZ17.2713.592.75-
YUV99.3387.18169.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.58%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 27 (10.94% from 255) = 10.07%
R=58.58%
G=31.34%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.83
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157842700.460.830.3826.3170.6536.08
Hex9D541B02E53261a4724
Octal23512433056123463210744
Binary1001110110101001101101011101010011100110110101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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