Html Css Color HEX #9F5528 Rich Gold

📋 copy color: '#9F5528'

red 159 ◦ green 85 ◦ blue 40

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

Shades of Rich Gold #9F5528

Tints of Rich Gold #9F5528

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.93%

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

R = 55.99%
G = 29.93%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#9F5528 (or 0x9F5528) is known color: Rich Gold. HEX triplet: 9F, 55 and 28. RGB value is (159,85,40). Sum of RGB (Red+Green+Blue) = 159+85+40=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5528 is #60AAD7. Grayscale: #666666. Windows color (decimal): -6335192 or 2643359. OLE color: 2643359.

HSL color Cylindrical-coordinate representation of color #9F5528: hue angle of 22.69º 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 #9F5528 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 85 40 -
CMYK 0 0.47 0.75 0.38
HSL 22.69º 0.6% 0.39% -
HSV(B) 22.69º 0.75% 0.62% -
XYZ 17.93 14.02 3.77 -
YUV 102 93.02 168.66 -
System Red Green Blue C M Y K H S L
Decimal 159 85 40 0 0.47 0.75 0.38 22.69 0.6 0.39
Hex 9F 55 28 0 2F 4B 26 17 3C 27
Octal 237 125 50 0 57 113 46 27 74 47
Binary 10011111 1010101 101000 0 101111 1001011 100110 10111 111100 100111

Color Harmonies of #9F5528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5528

Black with #9F5528

Text Example


Text Example

White with #9F5528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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