Html Css Color HEX #9F591D Rich Gold

📋 copy color: '#9F591D'

red 159 ◦ green 89 ◦ blue 29

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

Shades of Rich Gold #9F591D

Tints of Rich Gold #9F591D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.13%

 BLUE value IS 29 (11.72% from 255) = 10.47%

R = 57.4%
G = 32.13%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9F591D (or 0x9F591D) is known color: Rich Gold. HEX triplet: 9F, 59 and 1D. RGB value is (159,89,29). Sum of RGB (Red+Green+Blue) = 159+89+29=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F591D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F591D is #60A6E2. Grayscale: #676767. Windows color (decimal): -6334179 or 1923487. OLE color: 1923487.

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

Color convert

RGB 159 89 29 -
CMYK 0 0.44 0.82 0.38
HSL 27.69º 0.69% 0.37% -
HSV(B) 27.69º 0.82% 0.62% -
XYZ 18.09 14.6 3.03 -
YUV 103.09 86.19 167.88 -
System Red Green Blue C M Y K H S L
Decimal 159 89 29 0 0.44 0.82 0.38 27.69 0.69 0.37
Hex 9F 59 1D 0 2C 52 26 1C 45 25
Octal 237 131 35 0 54 122 46 34 105 45
Binary 10011111 1011001 11101 0 101100 1010010 100110 11100 1000101 100101

Color Harmonies of #9F591D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F591D

Black with #9F591D

Text Example


Text Example

White with #9F591D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,89,29); }

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

background-color css

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

 a { background-color: rgb(159,89,29); }

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

border-color css

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

 span { border-color: rgb(159,89,29); }

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