Html Css Color HEX #9F5118 Rich Gold

📋 copy color: '#9F5118'

red 159 ◦ green 81 ◦ blue 24

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

Shades of Rich Gold #9F5118

Tints of Rich Gold #9F5118

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.68%

 BLUE value IS 24 (9.77% from 255) = 9.09%

R = 60.23%
G = 30.68%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9F5118 (or 0x9F5118) is known color: Rich Gold. HEX triplet: 9F, 51 and 18. RGB value is (159,81,24). Sum of RGB (Red+Green+Blue) = 159+81+24=264 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.23% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5118 is #60AEE7. Grayscale: #626262. Windows color (decimal): -6336232 or 1593759. OLE color: 1593759.

HSL color Cylindrical-coordinate representation of color #9F5118: hue angle of 25.33º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F5118 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 81 24 -
CMYK 0 0.49 0.85 0.38
HSL 25.33º 0.74% 0.36% -
HSV(B) 25.33º 0.85% 0.62% -
XYZ 17.41 13.32 2.52 -
YUV 97.82 86.34 171.63 -
System Red Green Blue C M Y K H S L
Decimal 159 81 24 0 0.49 0.85 0.38 25.33 0.74 0.36
Hex 9F 51 18 0 31 55 26 19 4A 24
Octal 237 121 30 0 61 125 46 31 112 44
Binary 10011111 1010001 11000 0 110001 1010101 100110 11001 1001010 100100

Color Harmonies of #9F5118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5118

Black with #9F5118

Text Example


Text Example

White with #9F5118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,81,24); }

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

background-color css

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

 a { background-color: rgb(159,81,24); }

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

border-color css

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

 span { border-color: rgb(159,81,24); }

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