Html Css Color HEX #9F873F Luxor Gold

📋 copy color: '#9F873F'

red 159 ◦ green 135 ◦ blue 63

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

Shades of Luxor Gold #9F873F

Tints of Luxor Gold #9F873F

RGB

 RED value IS 159 (62.5% from 255) = 44.54%

 GREEN value IS 135 (53.13% from 255) = 37.82%

 BLUE value IS 63 (25% from 255) = 17.65%

R = 44.54%
G = 37.82%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9F873F (or 0x9F873F) is known color: Luxor Gold. HEX triplet: 9F, 87 and 3F. RGB value is (159,135,63). Sum of RGB (Red+Green+Blue) = 159+135+63=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F873F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F873F is #6078C0. Grayscale: #868686. Windows color (decimal): -6322369 or 4163487. OLE color: 4163487.

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

Color convert

RGB 159 135 63 -
CMYK 0 0.15 0.60 0.38
HSL 45º 0.43% 0.44% -
HSV(B) 45º 0.6% 0.62% -
XYZ 23.86 25.06 8.28 -
YUV 133.97 87.95 145.85 -
System Red Green Blue C M Y K H S L
Decimal 159 135 63 0 0.15 0.60 0.38 45 0.43 0.44
Hex 9F 87 3F 0 F 3C 26 2D 2B 2C
Octal 237 207 77 0 17 74 46 55 53 54
Binary 10011111 10000111 111111 0 1111 111100 100110 101101 101011 101100

Color Harmonies of #9F873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F873F

Black with #9F873F

Text Example


Text Example

White with #9F873F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,135,63); }

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

background-color css

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

 a { background-color: rgb(159,135,63); }

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

border-color css

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

 span { border-color: rgb(159,135,63); }

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