#9D551A

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

Shades of Rich Gold #9D551A

Tints of Rich Gold #9D551A

Color information

#9D551A (or 0x9D551A) is unknown color: approx Rich Gold. HEX triplet: 9D, 55 and 1A. RGB value is (157,85,26). Sum of RGB (Red+Green+Blue) = 157+85+26=268 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.58% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 157 - color contains mainly: red. Hex color #9D551A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D551A is #62AAE5. Grayscale: #646464. Windows color (decimal): -6466278 or 1725853. OLE color: 1725853.

HSL color Cylindrical-coordinate representation of color #9D551A: hue angle of 27.02º degrees, saturation: 0.72, 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 #9D551A is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB1578526-
CMYK00.460.830.38
HSL27.02º71.58%35.88%-
HSV(B)27.02º83.44%61.57%-
XYZ17.3413.742.72-
YUV99.886.35168.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.58%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 26 (10.55% from 255) = 9.70%
R=58.58%
G=31.72%
B=9.70%

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
Decimal157852600.460.830.3827.0271.5835.88
Hex9D551A02E53261b4824
Octal23512532056123463311044
Binary1001110110101011101001011101010011100110110111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,85,26); }

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

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

 a { background-color: rgb(157,85,26); }

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

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

 span { border-color: rgb(157,85,26); }

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