Html Css Color HEX #9F511F Rich Gold

📋 copy color: '#9F511F'

red 159 ◦ green 81 ◦ blue 31

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

Shades of Rich Gold #9F511F

Tints of Rich Gold #9F511F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.89%

 BLUE value IS 31 (12.5% from 255) = 11.44%

R = 58.67%
G = 29.89%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F511F (or 0x9F511F) is known color: Rich Gold. HEX triplet: 9F, 51 and 1F. RGB value is (159,81,31). Sum of RGB (Red+Green+Blue) = 159+81+31=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F511F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F511F is #60AEE0. Grayscale: #626262. Windows color (decimal): -6336225 or 2052511. OLE color: 2052511.

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

Color convert

RGB 159 81 31 -
CMYK 0 0.49 0.81 0.38
HSL 23.44º 0.67% 0.37% -
HSV(B) 23.44º 0.81% 0.62% -
XYZ 17.49 13.35 2.95 -
YUV 98.62 89.84 171.07 -
System Red Green Blue C M Y K H S L
Decimal 159 81 31 0 0.49 0.81 0.38 23.44 0.67 0.37
Hex 9F 51 1F 0 31 51 26 17 43 25
Octal 237 121 37 0 61 121 46 27 103 45
Binary 10011111 1010001 11111 0 110001 1010001 100110 10111 1000011 100101

Color Harmonies of #9F511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F511F

Black with #9F511F

Text Example


Text Example

White with #9F511F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,81,31); }

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

background-color css

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

 a { background-color: rgb(159,81,31); }

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

border-color css

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

 span { border-color: rgb(159,81,31); }

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