Html Css Color HEX #9F4820 Rich Gold

📋 copy color: '#9F4820'

red 159 ◦ green 72 ◦ blue 32

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

Shades of Rich Gold #9F4820

Tints of Rich Gold #9F4820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.38%

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

R = 60.46%
G = 27.38%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9F4820 (or 0x9F4820) is known color: Rich Gold. HEX triplet: 9F, 48 and 20. RGB value is (159,72,32). Sum of RGB (Red+Green+Blue) = 159+72+32=263 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.46% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4820 is #60B7DF. Grayscale: #5D5D5D. Windows color (decimal): -6338528 or 2115743. OLE color: 2115743.

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

Color convert

RGB 159 72 32 -
CMYK 0 0.55 0.80 0.38
HSL 18.9º 0.66% 0.37% -
HSV(B) 18.9º 0.8% 0.62% -
XYZ 16.88 12.11 2.81 -
YUV 93.45 93.32 174.75 -
System Red Green Blue C M Y K H S L
Decimal 159 72 32 0 0.55 0.80 0.38 18.9 0.66 0.37
Hex 9F 48 20 0 37 50 26 13 42 25
Octal 237 110 40 0 67 120 46 23 102 45
Binary 10011111 1001000 100000 0 110111 1010000 100110 10011 1000010 100101

Color Harmonies of #9F4820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4820

Black with #9F4820

Text Example


Text Example

White with #9F4820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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