Html Css Color HEX #9F4925 Rich Gold

📋 copy color: '#9F4925'

red 159 ◦ green 73 ◦ blue 37

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

Shades of Rich Gold #9F4925

Tints of Rich Gold #9F4925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.75%

R = 59.11%
G = 27.14%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9F4925 (or 0x9F4925) is known color: Rich Gold. HEX triplet: 9F, 49 and 25. RGB value is (159,73,37). Sum of RGB (Red+Green+Blue) = 159+73+37=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F4925 is #60B6DA. Grayscale: #5E5E5E. Windows color (decimal): -6338267 or 2443679. OLE color: 2443679.

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

Color convert

RGB 159 73 37 -
CMYK 0 0.54 0.77 0.38
HSL 17.7º 0.62% 0.38% -
HSV(B) 17.7º 0.77% 0.62% -
XYZ 17.01 12.27 3.22 -
YUV 94.61 95.49 173.93 -
System Red Green Blue C M Y K H S L
Decimal 159 73 37 0 0.54 0.77 0.38 17.7 0.62 0.38
Hex 9F 49 25 0 36 4D 26 12 3E 26
Octal 237 111 45 0 66 115 46 22 76 46
Binary 10011111 1001001 100101 0 110110 1001101 100110 10010 111110 100110

Color Harmonies of #9F4925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4925

Black with #9F4925

Text Example


Text Example

White with #9F4925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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