#9D853F

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

Shades of Luxor Gold #9D853F

Tints of Luxor Gold #9D853F

Color information

#9D853F (or 0x9D853F) is unknown color: approx Luxor Gold. HEX triplet: 9D, 85 and 3F. RGB value is (157,133,63). Sum of RGB (Red+Green+Blue) = 157+133+63=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D853F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D853F is #627AC0. Grayscale: #848484. Windows color (decimal): -6453953 or 4162973. OLE color: 4162973.

HSL color Cylindrical-coordinate representation of color #9D853F: hue angle of 44.68º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D853F is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB15713363-
CMYK00.150.600.38
HSL44.68º42.73%43.14%-
HSV(B)44.68º59.87%61.57%-
XYZ23.1924.38.17-
YUV132.288.95145.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.48%
GREEN value IS 133 (52.34% from 255) = 37.68%
BLUE value IS 63 (25% from 255) = 17.85%
R=44.48%
G=37.68%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571336300.150.600.3844.6842.7343.14
Hex9D853F0F3C262d2b2b
Octal235205770177446555353
Binary100111011000010111111101111111100100110101101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,133,63); }

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

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

 a { background-color: rgb(157,133,63); }

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

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

 span { border-color: rgb(157,133,63); }

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