Html Css Color HEX #9F4C19 Rich Gold

📋 copy color: '#9F4C19'

red 159 ◦ green 76 ◦ blue 25

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

Shades of Rich Gold #9F4C19

Tints of Rich Gold #9F4C19

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

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

R = 61.15%
G = 29.23%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F4C19 (or 0x9F4C19) is known color: Rich Gold. HEX triplet: 9F, 4C and 19. RGB value is (159,76,25). Sum of RGB (Red+Green+Blue) = 159+76+25=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4C19 is #60B3E6. Grayscale: #5F5F5F. Windows color (decimal): -6337511 or 1658015. OLE color: 1658015.

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

Color convert

RGB 159 76 25 -
CMYK 0 0.52 0.84 0.38
HSL 22.84º 0.73% 0.36% -
HSV(B) 22.84º 0.84% 0.62% -
XYZ 17.06 12.61 2.45 -
YUV 95 88.5 173.65 -
System Red Green Blue C M Y K H S L
Decimal 159 76 25 0 0.52 0.84 0.38 22.84 0.73 0.36
Hex 9F 4C 19 0 34 54 26 17 49 24
Octal 237 114 31 0 64 124 46 27 111 44
Binary 10011111 1001100 11001 0 110100 1010100 100110 10111 1001001 100100

Color Harmonies of #9F4C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4C19

Black with #9F4C19

Text Example


Text Example

White with #9F4C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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