#9b8241

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

Shades of Luxor Gold #9B8241

Tints of Luxor Gold #9B8241

Color information

#9B8241 (or 0x9B8241) is unknown color: approx Luxor Gold. HEX triplet: 9B, 82 and 41. RGB value is (155,130,65). Sum of RGB (Red+Green+Blue) = 155+130+65=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8241 is #647DBE. Grayscale: #828282. Windows color (decimal): -6585791 or 4293275. OLE color: 4293275.

HSL color Cylindrical-coordinate representation of color #9B8241: hue angle of 43.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B8241 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB15513065-
CMYK00.160.580.39
HSL43.33º40.91%43.14%-
HSV(B)43.33º58.06%60.78%-
XYZ22.4523.328.32-
YUV130.0691.28145.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.29%
GREEN value IS 130 (51.17% from 255) = 37.14%
BLUE value IS 65 (25.78% from 255) = 18.57%
R=44.29%
G=37.14%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551306500.160.580.3943.3340.9143.14
Hex9B82410103A272b292b
Octal2332021010207247535153
Binary10011011100000101000001010000111010100111101011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b8241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,130,65); }

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

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

 a { background-color: rgb(155,130,65); }

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

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

 span { border-color: rgb(155,130,65); }

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