#9C8849

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

Shades of Luxor Gold #9C8849

Tints of Luxor Gold #9C8849

Color information

#9C8849 (or 0x9C8849) is unknown color: approx Luxor Gold. HEX triplet: 9C, 88 and 49. RGB value is (156,136,73). Sum of RGB (Red+Green+Blue) = 156+136+73=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8849 is #6377B6. Grayscale: #878787. Windows color (decimal): -6518711 or 4819100. OLE color: 4819100.

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

Color convert

RGB15613673-
CMYK00.130.530.39
HSL45.54º36.24%44.9%-
HSV(B)45.54º53.21%61.18%-
XYZ23.7225.169.91-
YUV134.893.13143.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.74%
GREEN value IS 136 (53.52% from 255) = 37.26%
BLUE value IS 73 (28.91% from 255) = 20%
R=42.74%
G=37.26%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561367300.130.530.3945.5436.2444.9
Hex9C88490D35272e242d
Octal2342101110156547564455
Binary1001110010001000100100101101110101100111101110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,136,73); }

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

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

 a { background-color: rgb(156,136,73); }

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

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

 span { border-color: rgb(156,136,73); }

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