Html Css Color HEX #9D8A47 Luxor Gold

📋 copy color: '#9D8A47'

red 157 ◦ green 138 ◦ blue 71

#9D8A47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Luxor Gold #9D8A47

Tints of Luxor Gold #9D8A47

RGB

 RED value IS 157 (61.72% from 255) = 42.9%

 GREEN value IS 138 (54.3% from 255) = 37.7%

 BLUE value IS 71 (28.13% from 255) = 19.4%

R = 42.9%
G = 37.7%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9D8A47 (or 0x9D8A47) is known color: Luxor Gold. HEX triplet: 9D, 8A and 47. RGB value is (157,138,71). Sum of RGB (Red+Green+Blue) = 157+138+71=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8A47 is #6275B8. Grayscale: #888888. Windows color (decimal): -6452665 or 4688541. OLE color: 4688541.

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

Color convert

RGB 157 138 71 -
CMYK 0 0.12 0.55 0.38
HSL 46.74º 0.38% 0.45% -
HSV(B) 46.74º 0.55% 0.62% -
XYZ 24.13 25.8 9.67 -
YUV 136.04 91.29 142.95 -
System Red Green Blue C M Y K H S L
Decimal 157 138 71 0 0.12 0.55 0.38 46.74 0.38 0.45
Hex 9D 8A 47 0 C 37 26 2F 26 2D
Octal 235 212 107 0 14 67 46 57 46 55
Binary 10011101 10001010 1000111 0 1100 110111 100110 101111 100110 101101

Color Harmonies of #9D8A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8A47

Black with #9D8A47

Text Example


Text Example

White with #9D8A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,138,71); }

 H1.HeaderClassName
 {
   color: #9D8A47;
 }
 .AnyTagClassName
 {
   color: #9D8A47;
 }
</style>

background-color css

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

 a { background-color: rgb(157,138,71); }

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

border-color css

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

 span { border-color: rgb(157,138,71); }

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