Html Css Color HEX #9F5218 Rich Gold

📋 copy color: '#9F5218'

red 159 ◦ green 82 ◦ blue 24

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

Shades of Rich Gold #9F5218

Tints of Rich Gold #9F5218

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.94%

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

R = 60%
G = 30.94%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9F5218 (or 0x9F5218) is known color: Rich Gold. HEX triplet: 9F, 52 and 18. RGB value is (159,82,24). Sum of RGB (Red+Green+Blue) = 159+82+24=265 (35% of max value = 765). Red value is 159 (62.5% from 255 or 60% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5218 is #60ADE7. Grayscale: #626262. Windows color (decimal): -6335976 or 1594015. OLE color: 1594015.

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

Color convert

RGB 159 82 24 -
CMYK 0 0.48 0.85 0.38
HSL 25.78º 0.74% 0.36% -
HSV(B) 25.78º 0.85% 0.62% -
XYZ 17.48 13.47 2.54 -
YUV 98.41 86.01 171.22 -
System Red Green Blue C M Y K H S L
Decimal 159 82 24 0 0.48 0.85 0.38 25.78 0.74 0.36
Hex 9F 52 18 0 30 55 26 1A 4A 24
Octal 237 122 30 0 60 125 46 32 112 44
Binary 10011111 1010010 11000 0 110000 1010101 100110 11010 1001010 100100

Color Harmonies of #9F5218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5218

Black with #9F5218

Text Example


Text Example

White with #9F5218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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