Html Css Color HEX #9F5728 Rich Gold

📋 copy color: '#9F5728'

red 159 ◦ green 87 ◦ blue 40

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

Shades of Rich Gold #9F5728

Tints of Rich Gold #9F5728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.99%

R = 55.59%
G = 30.42%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#9F5728 (or 0x9F5728) is known color: Rich Gold. HEX triplet: 9F, 57 and 28. RGB value is (159,87,40). Sum of RGB (Red+Green+Blue) = 159+87+40=286 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.59% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5728 is #60A8D7. Grayscale: #676767. Windows color (decimal): -6334680 or 2643871. OLE color: 2643871.

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

Color convert

RGB 159 87 40 -
CMYK 0 0.45 0.75 0.38
HSL 23.7º 0.6% 0.39% -
HSV(B) 23.7º 0.75% 0.62% -
XYZ 18.09 14.34 3.82 -
YUV 103.17 92.35 167.82 -
System Red Green Blue C M Y K H S L
Decimal 159 87 40 0 0.45 0.75 0.38 23.7 0.6 0.39
Hex 9F 57 28 0 2D 4B 26 18 3C 27
Octal 237 127 50 0 55 113 46 30 74 47
Binary 10011111 1010111 101000 0 101101 1001011 100110 11000 111100 100111

Color Harmonies of #9F5728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5728

Black with #9F5728

Text Example


Text Example

White with #9F5728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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