Html Css Color HEX #9F4919 Rich Gold

📋 copy color: '#9F4919'

red 159 ◦ green 73 ◦ blue 25

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

Shades of Rich Gold #9F4919

Tints of Rich Gold #9F4919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.4%

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

R = 61.87%
G = 28.4%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F4919 (or 0x9F4919) is known color: Rich Gold. HEX triplet: 9F, 49 and 19. RGB value is (159,73,25). Sum of RGB (Red+Green+Blue) = 159+73+25=257 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.87% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4919 is #60B6E6. Grayscale: #5D5D5D. Windows color (decimal): -6338279 or 1657247. OLE color: 1657247.

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

Color convert

RGB 159 73 25 -
CMYK 0 0.54 0.84 0.38
HSL 21.49º 0.73% 0.36% -
HSV(B) 21.49º 0.84% 0.62% -
XYZ 16.86 12.21 2.39 -
YUV 93.24 89.49 174.9 -
System Red Green Blue C M Y K H S L
Decimal 159 73 25 0 0.54 0.84 0.38 21.49 0.73 0.36
Hex 9F 49 19 0 36 54 26 15 49 24
Octal 237 111 31 0 66 124 46 25 111 44
Binary 10011111 1001001 11001 0 110110 1010100 100110 10101 1001001 100100

Color Harmonies of #9F4919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4919

Black with #9F4919

Text Example


Text Example

White with #9F4919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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