#9D813E

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

Shades of Luxor Gold #9D813E

Tints of Luxor Gold #9D813E

Color information

#9D813E (or 0x9D813E) is unknown color: approx Luxor Gold. HEX triplet: 9D, 81 and 3E. RGB value is (157,129,62). Sum of RGB (Red+Green+Blue) = 157+129+62=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 157 - color contains mainly: red. Hex color #9D813E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D813E is #627EC1. Grayscale: #828282. Windows color (decimal): -6454978 or 4096413. OLE color: 4096413.

HSL color Cylindrical-coordinate representation of color #9D813E: hue angle of 42.32º 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 #9D813E is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB15712962-
CMYK00.180.610.38
HSL42.32º43.38%42.94%-
HSV(B)42.32º60.51%61.57%-
XYZ22.6223.227.85-
YUV129.7389.78147.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.11%
GREEN value IS 129 (50.78% from 255) = 37.07%
BLUE value IS 62 (24.61% from 255) = 17.82%
R=45.11%
G=37.07%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571296200.180.610.3842.3243.3842.94
Hex9D813E0123D262a2b2b
Octal235201760227546525353
Binary1001110110000001111110010010111101100110101010101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D813E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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