#9B8848

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

Shades of Luxor Gold #9B8848

Tints of Luxor Gold #9B8848

Color information

#9B8848 (or 0x9B8848) is unknown color: approx Luxor Gold. HEX triplet: 9B, 88 and 48. RGB value is (155,136,72). Sum of RGB (Red+Green+Blue) = 155+136+72=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8848 is #6477B7. Grayscale: #868686. Windows color (decimal): -6584248 or 4753563. OLE color: 4753563.

HSL color Cylindrical-coordinate representation of color #9B8848: hue angle of 46.27º 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 #9B8848 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB15513672-
CMYK00.120.540.39
HSL46.27º36.56%44.51%-
HSV(B)46.27º53.55%60.78%-
XYZ23.4925.049.73-
YUV134.3892.79142.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.70%
GREEN value IS 136 (53.52% from 255) = 37.47%
BLUE value IS 72 (28.52% from 255) = 19.83%
R=42.70%
G=37.47%
B=19.83%

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
Decimal1551367200.120.540.3946.2736.5644.51
Hex9B88480C36272e252d
Octal2332101100146647564555
Binary1001101110001000100100001100110110100111101110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,136,72); }

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

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

 a { background-color: rgb(155,136,72); }

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

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

 span { border-color: rgb(155,136,72); }

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