Html Css Color HEX #9F4719 Rich Gold

📋 copy color: '#9F4719'

red 159 ◦ green 71 ◦ blue 25

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

Shades of Rich Gold #9F4719

Tints of Rich Gold #9F4719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.8%

R = 62.35%
G = 27.84%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F4719 (or 0x9F4719) is known color: Rich Gold. HEX triplet: 9F, 47 and 19. RGB value is (159,71,25). Sum of RGB (Red+Green+Blue) = 159+71+25=255 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.35% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4719 is #60B8E6. Grayscale: #5C5C5C. Windows color (decimal): -6338791 or 1656735. OLE color: 1656735.

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

Color convert

RGB 159 71 25 -
CMYK 0 0.55 0.84 0.38
HSL 20.6º 0.73% 0.36% -
HSV(B) 20.6º 0.84% 0.62% -
XYZ 16.73 11.95 2.34 -
YUV 92.07 90.15 175.74 -
System Red Green Blue C M Y K H S L
Decimal 159 71 25 0 0.55 0.84 0.38 20.6 0.73 0.36
Hex 9F 47 19 0 37 54 26 15 49 24
Octal 237 107 31 0 67 124 46 25 111 44
Binary 10011111 1000111 11001 0 110111 1010100 100110 10101 1001001 100100

Color Harmonies of #9F4719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4719

Black with #9F4719

Text Example


Text Example

White with #9F4719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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