Html Css Color HEX #9F572A Rich Gold

📋 copy color: '#9F572A'

red 159 ◦ green 87 ◦ blue 42

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

Shades of Rich Gold #9F572A

Tints of Rich Gold #9F572A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.21%

 BLUE value IS 42 (16.8% from 255) = 14.58%

R = 55.21%
G = 30.21%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9F572A (or 0x9F572A) is known color: Rich Gold. HEX triplet: 9F, 57 and 2A. RGB value is (159,87,42). Sum of RGB (Red+Green+Blue) = 159+87+42=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F572A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F572A is #60A8D5. Grayscale: #676767. Windows color (decimal): -6334678 or 2774943. OLE color: 2774943.

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

Color convert

RGB 159 87 42 -
CMYK 0 0.45 0.74 0.38
HSL 23.08º 0.58% 0.39% -
HSV(B) 23.08º 0.74% 0.62% -
XYZ 18.12 14.35 4.01 -
YUV 103.4 93.35 167.66 -
System Red Green Blue C M Y K H S L
Decimal 159 87 42 0 0.45 0.74 0.38 23.08 0.58 0.39
Hex 9F 57 2A 0 2D 4A 26 17 3A 27
Octal 237 127 52 0 55 112 46 27 72 47
Binary 10011111 1010111 101010 0 101101 1001010 100110 10111 111010 100111

Color Harmonies of #9F572A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F572A

Black with #9F572A

Text Example


Text Example

White with #9F572A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,87,42); }

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

background-color css

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

 a { background-color: rgb(159,87,42); }

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

border-color css

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

 span { border-color: rgb(159,87,42); }

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