#9D8740

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

Shades of Luxor Gold #9D8740

Tints of Luxor Gold #9D8740

Color information

#9D8740 (or 0x9D8740) is unknown color: approx Luxor Gold. HEX triplet: 9D, 87 and 40. RGB value is (157,135,64). Sum of RGB (Red+Green+Blue) = 157+135+64=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8740 is #6278BF. Grayscale: #858585. Windows color (decimal): -6453440 or 4229021. OLE color: 4229021.

HSL color Cylindrical-coordinate representation of color #9D8740: hue angle of 45.81º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9D8740 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB15713564-
CMYK00.140.590.38
HSL45.81º42.08%43.33%-
HSV(B)45.81º59.24%61.57%-
XYZ23.4924.878.41-
YUV133.4888.79144.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.10%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 64 (25.39% from 255) = 17.98%
R=44.10%
G=37.92%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571356400.140.590.3845.8142.0843.33
Hex9D87400E3B262e2a2b
Octal2352071000167346565253
Binary1001110110000111100000001110111011100110101110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,135,64); }

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

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

 a { background-color: rgb(157,135,64); }

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

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

 span { border-color: rgb(157,135,64); }

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