Html Css Color HEX #9F4716 Rich Gold

📋 copy color: '#9F4716'

red 159 ◦ green 71 ◦ blue 22

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

Shades of Rich Gold #9F4716

Tints of Rich Gold #9F4716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.17%

 BLUE value IS 22 (8.98% from 255) = 8.73%

R = 63.1%
G = 28.17%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F4716 (or 0x9F4716) is known color: Rich Gold. HEX triplet: 9F, 47 and 16. RGB value is (159,71,22). Sum of RGB (Red+Green+Blue) = 159+71+22=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4716 is #60B8E9. Grayscale: #5C5C5C. Windows color (decimal): -6338794 or 1460127. OLE color: 1460127.

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

Color convert

RGB 159 71 22 -
CMYK 0 0.55 0.86 0.38
HSL 21.46º 0.76% 0.35% -
HSV(B) 21.46º 0.86% 0.62% -
XYZ 16.7 11.94 2.18 -
YUV 91.73 88.65 175.98 -
System Red Green Blue C M Y K H S L
Decimal 159 71 22 0 0.55 0.86 0.38 21.46 0.76 0.35
Hex 9F 47 16 0 37 56 26 15 4C 23
Octal 237 107 26 0 67 126 46 25 114 43
Binary 10011111 1000111 10110 0 110111 1010110 100110 10101 1001100 100011

Color Harmonies of #9F4716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4716

Black with #9F4716

Text Example


Text Example

White with #9F4716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,71,22); }

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

background-color css

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

 a { background-color: rgb(159,71,22); }

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

border-color css

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

 span { border-color: rgb(159,71,22); }

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