#9D823E

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

Shades of Luxor Gold #9D823E

Tints of Luxor Gold #9D823E

Color information

#9D823E (or 0x9D823E) is unknown color: approx Luxor Gold. HEX triplet: 9D, 82 and 3E. RGB value is (157,130,62). Sum of RGB (Red+Green+Blue) = 157+130+62=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 157 - color contains mainly: red. Hex color #9D823E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D823E is #627DC1. Grayscale: #828282. Windows color (decimal): -6454722 or 4096669. OLE color: 4096669.

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

Color convert

RGB15713062-
CMYK00.170.610.38
HSL42.95º43.38%42.94%-
HSV(B)42.95º60.51%61.57%-
XYZ22.7623.487.89-
YUV130.3289.45147.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.99%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 62 (24.61% from 255) = 17.77%
R=44.99%
G=37.25%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571306200.170.610.3842.9543.3842.94
Hex9D823E0113D262b2b2b
Octal235202760217546535353
Binary1001110110000010111110010001111101100110101011101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D823E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,130,62); }

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

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

 a { background-color: rgb(157,130,62); }

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

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

 span { border-color: rgb(157,130,62); }

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