Html Css Color HEX #9F5519 Rich Gold

📋 copy color: '#9F5519'

red 159 ◦ green 85 ◦ blue 25

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

Shades of Rich Gold #9F5519

Tints of Rich Gold #9F5519

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.6%

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

R = 59.11%
G = 31.6%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F5519 (or 0x9F5519) is known color: Rich Gold. HEX triplet: 9F, 55 and 19. RGB value is (159,85,25). Sum of RGB (Red+Green+Blue) = 159+85+25=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5519 is #60AAE6. Grayscale: #646464. Windows color (decimal): -6335207 or 1660319. OLE color: 1660319.

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

Color convert

RGB 159 85 25 -
CMYK 0 0.47 0.84 0.38
HSL 26.87º 0.73% 0.36% -
HSV(B) 26.87º 0.84% 0.62% -
XYZ 17.72 13.94 2.68 -
YUV 100.29 85.52 169.88 -
System Red Green Blue C M Y K H S L
Decimal 159 85 25 0 0.47 0.84 0.38 26.87 0.73 0.36
Hex 9F 55 19 0 2F 54 26 1B 49 24
Octal 237 125 31 0 57 124 46 33 111 44
Binary 10011111 1010101 11001 0 101111 1010100 100110 11011 1001001 100100

Color Harmonies of #9F5519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5519

Black with #9F5519

Text Example


Text Example

White with #9F5519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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