Html Css Color HEX #9C8949 Luxor Gold

📋 copy color: '#9C8949'

red 156 ◦ green 137 ◦ blue 73

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

Shades of Luxor Gold #9C8949

Tints of Luxor Gold #9C8949

RGB

 RED value IS 156 (61.33% from 255) = 42.62%

 GREEN value IS 137 (53.91% from 255) = 37.43%

 BLUE value IS 73 (28.91% from 255) = 19.95%

R = 42.62%
G = 37.43%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9C8949 (or 0x9C8949) is known color: Luxor Gold. HEX triplet: 9C, 89 and 49. RGB value is (156,137,73). Sum of RGB (Red+Green+Blue) = 156+137+73=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8949 is #6376B6. Grayscale: #878787. Windows color (decimal): -6518455 or 4819356. OLE color: 4819356.

HSL color Cylindrical-coordinate representation of color #9C8949: hue angle of 46.27º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C8949 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 137 73 -
CMYK 0 0.12 0.53 0.39
HSL 46.27º 0.36% 0.45% -
HSV(B) 46.27º 0.53% 0.61% -
XYZ 23.86 25.44 9.96 -
YUV 135.39 92.79 142.7 -
System Red Green Blue C M Y K H S L
Decimal 156 137 73 0 0.12 0.53 0.39 46.27 0.36 0.45
Hex 9C 89 49 0 C 35 27 2E 24 2D
Octal 234 211 111 0 14 65 47 56 44 55
Binary 10011100 10001001 1001001 0 1100 110101 100111 101110 100100 101101

Color Harmonies of #9C8949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8949

Black with #9C8949

Text Example


Text Example

White with #9C8949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,137,73); }

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

background-color css

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

 a { background-color: rgb(156,137,73); }

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

border-color css

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

 span { border-color: rgb(156,137,73); }

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