#9C8A47

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

Shades of Luxor Gold #9C8A47

Tints of Luxor Gold #9C8A47

Color information

#9C8A47 (or 0x9C8A47) is unknown color: approx Luxor Gold. HEX triplet: 9C, 8A and 47. RGB value is (156,138,71). Sum of RGB (Red+Green+Blue) = 156+138+71=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8A47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8A47 is #6375B8. Grayscale: #888888. Windows color (decimal): -6518201 or 4688540. OLE color: 4688540.

HSL color Cylindrical-coordinate representation of color #9C8A47: hue angle of 47.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C8A47 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB15613871-
CMYK00.120.540.39
HSL47.29º37.44%44.51%-
HSV(B)47.29º54.49%61.18%-
XYZ23.9425.79.66-
YUV135.7491.46142.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.74%
GREEN value IS 138 (54.30% from 255) = 37.81%
BLUE value IS 71 (28.12% from 255) = 19.45%
R=42.74%
G=37.81%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561387100.120.540.3947.2937.4444.51
Hex9C8A470C36272f252d
Octal2342121070146647574555
Binary1001110010001010100011101100110110100111101111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,138,71); }

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

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

 a { background-color: rgb(156,138,71); }

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

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

 span { border-color: rgb(156,138,71); }

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