#9B8948

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

Shades of Luxor Gold #9B8948

Tints of Luxor Gold #9B8948

Color information

#9B8948 (or 0x9B8948) is unknown color: approx Luxor Gold. HEX triplet: 9B, 89 and 48. RGB value is (155,137,72). Sum of RGB (Red+Green+Blue) = 155+137+72=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8948 is #6476B7. Grayscale: #878787. Windows color (decimal): -6583992 or 4753819. OLE color: 4753819.

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

Color convert

RGB15513772-
CMYK00.120.540.39
HSL46.99º36.56%44.51%-
HSV(B)46.99º53.55%60.78%-
XYZ23.6325.339.77-
YUV134.9792.46142.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.58%
GREEN value IS 137 (53.91% from 255) = 37.64%
BLUE value IS 72 (28.52% from 255) = 19.78%
R=42.58%
G=37.64%
B=19.78%

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
Decimal1551377200.120.540.3946.9936.5644.51
Hex9B89480C36272f252d
Octal2332111100146647574555
Binary1001101110001001100100001100110110100111101111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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