Html Css Color HEX #9F5819 Rich Gold

📋 copy color: '#9F5819'

red 159 ◦ green 88 ◦ blue 25

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

Shades of Rich Gold #9F5819

Tints of Rich Gold #9F5819

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.35%

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

R = 58.46%
G = 32.35%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F5819 (or 0x9F5819) is known color: Rich Gold. HEX triplet: 9F, 58 and 19. RGB value is (159,88,25). Sum of RGB (Red+Green+Blue) = 159+88+25=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5819 is #60A7E6. Grayscale: #666666. Windows color (decimal): -6334439 or 1661087. OLE color: 1661087.

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

Color convert

RGB 159 88 25 -
CMYK 0 0.45 0.84 0.38
HSL 28.21º 0.73% 0.36% -
HSV(B) 28.21º 0.84% 0.62% -
XYZ 17.96 14.42 2.76 -
YUV 102.05 84.52 168.62 -
System Red Green Blue C M Y K H S L
Decimal 159 88 25 0 0.45 0.84 0.38 28.21 0.73 0.36
Hex 9F 58 19 0 2D 54 26 1C 49 24
Octal 237 130 31 0 55 124 46 34 111 44
Binary 10011111 1011000 11001 0 101101 1010100 100110 11100 1001001 100100

Color Harmonies of #9F5819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5819

Black with #9F5819

Text Example


Text Example

White with #9F5819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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