Html Css Color HEX #9F491C Rich Gold

📋 copy color: '#9F491C'

red 159 ◦ green 73 ◦ blue 28

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

Shades of Rich Gold #9F491C

Tints of Rich Gold #9F491C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.08%

 BLUE value IS 28 (11.33% from 255) = 10.77%

R = 61.15%
G = 28.08%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9F491C (or 0x9F491C) is known color: Rich Gold. HEX triplet: 9F, 49 and 1C. RGB value is (159,73,28). Sum of RGB (Red+Green+Blue) = 159+73+28=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F491C is #60B6E3. Grayscale: #5D5D5D. Windows color (decimal): -6338276 or 1853855. OLE color: 1853855.

HSL color Cylindrical-coordinate representation of color #9F491C: hue angle of 20.61º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F491C is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 73 28 -
CMYK 0 0.54 0.82 0.38
HSL 20.61º 0.7% 0.37% -
HSV(B) 20.61º 0.82% 0.62% -
XYZ 16.89 12.22 2.57 -
YUV 93.58 90.99 174.66 -
System Red Green Blue C M Y K H S L
Decimal 159 73 28 0 0.54 0.82 0.38 20.61 0.7 0.37
Hex 9F 49 1C 0 36 52 26 15 46 25
Octal 237 111 34 0 66 122 46 25 106 45
Binary 10011111 1001001 11100 0 110110 1010010 100110 10101 1000110 100101

Color Harmonies of #9F491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F491C

Black with #9F491C

Text Example


Text Example

White with #9F491C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,73,28); }

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

background-color css

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

 a { background-color: rgb(159,73,28); }

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

border-color css

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

 span { border-color: rgb(159,73,28); }

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