Html Css Color HEX #9F5920 Rich Gold

📋 copy color: '#9F5920'

red 159 ◦ green 89 ◦ blue 32

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

Shades of Rich Gold #9F5920

Tints of Rich Gold #9F5920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.79%

 BLUE value IS 32 (12.89% from 255) = 11.43%

R = 56.79%
G = 31.79%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9F5920 (or 0x9F5920) is known color: Rich Gold. HEX triplet: 9F, 59 and 20. RGB value is (159,89,32). Sum of RGB (Red+Green+Blue) = 159+89+32=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5920 is #60A6DF. Grayscale: #676767. Windows color (decimal): -6334176 or 2120095. OLE color: 2120095.

HSL color Cylindrical-coordinate representation of color #9F5920: hue angle of 26.93º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F5920 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 89 32 -
CMYK 0 0.44 0.80 0.38
HSL 26.93º 0.66% 0.37% -
HSV(B) 26.93º 0.8% 0.62% -
XYZ 18.13 14.62 3.23 -
YUV 103.43 87.69 167.63 -
System Red Green Blue C M Y K H S L
Decimal 159 89 32 0 0.44 0.80 0.38 26.93 0.66 0.37
Hex 9F 59 20 0 2C 50 26 1B 42 25
Octal 237 131 40 0 54 120 46 33 102 45
Binary 10011111 1011001 100000 0 101100 1010000 100110 11011 1000010 100101

Color Harmonies of #9F5920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5920

Black with #9F5920

Text Example


Text Example

White with #9F5920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,89,32); }

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

background-color css

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

 a { background-color: rgb(159,89,32); }

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

border-color css

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

 span { border-color: rgb(159,89,32); }

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