Html Css Color HEX #9F5019 Rich Gold

📋 copy color: '#9F5019'

red 159 ◦ green 80 ◦ blue 25

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

Shades of Rich Gold #9F5019

Tints of Rich Gold #9F5019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.3%

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

R = 60.23%
G = 30.3%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F5019 (or 0x9F5019) is known color: Rich Gold. HEX triplet: 9F, 50 and 19. RGB value is (159,80,25). Sum of RGB (Red+Green+Blue) = 159+80+25=264 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.23% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5019 is #60AFE6. Grayscale: #616161. Windows color (decimal): -6336487 or 1659039. OLE color: 1659039.

HSL color Cylindrical-coordinate representation of color #9F5019: hue angle of 24.63º 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 #9F5019 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 80 25 -
CMYK 0 0.50 0.84 0.38
HSL 24.63º 0.73% 0.36% -
HSV(B) 24.63º 0.84% 0.62% -
XYZ 17.34 13.18 2.55 -
YUV 97.35 87.17 171.97 -
System Red Green Blue C M Y K H S L
Decimal 159 80 25 0 0.50 0.84 0.38 24.63 0.73 0.36
Hex 9F 50 19 0 32 54 26 19 49 24
Octal 237 120 31 0 62 124 46 31 111 44
Binary 10011111 1010000 11001 0 110010 1010100 100110 11001 1001001 100100

Color Harmonies of #9F5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5019

Black with #9F5019

Text Example


Text Example

White with #9F5019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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