Html Css Color HEX #9F4A1C Rich Gold

📋 copy color: '#9F4A1C'

red 159 ◦ green 74 ◦ blue 28

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

Shades of Rich Gold #9F4A1C

Tints of Rich Gold #9F4A1C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.35%

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

R = 60.92%
G = 28.35%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9F4A1C (or 0x9F4A1C) is known color: Rich Gold. HEX triplet: 9F, 4A and 1C. RGB value is (159,74,28). Sum of RGB (Red+Green+Blue) = 159+74+28=261 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.92% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4A1C is #60B5E3. Grayscale: #5E5E5E. Windows color (decimal): -6338020 or 1854111. OLE color: 1854111.

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

Color convert

RGB 159 74 28 -
CMYK 0 0.53 0.82 0.38
HSL 21.07º 0.7% 0.37% -
HSV(B) 21.07º 0.82% 0.62% -
XYZ 16.96 12.35 2.59 -
YUV 94.17 90.66 174.24 -
System Red Green Blue C M Y K H S L
Decimal 159 74 28 0 0.53 0.82 0.38 21.07 0.7 0.37
Hex 9F 4A 1C 0 35 52 26 15 46 25
Octal 237 112 34 0 65 122 46 25 106 45
Binary 10011111 1001010 11100 0 110101 1010010 100110 10101 1000110 100101

Color Harmonies of #9F4A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4A1C

Black with #9F4A1C

Text Example


Text Example

White with #9F4A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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