Html Css Color HEX #9F5429 Rich Gold

📋 copy color: '#9F5429'

red 159 ◦ green 84 ◦ blue 41

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

Shades of Rich Gold #9F5429

Tints of Rich Gold #9F5429

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.58%

 BLUE value IS 41 (16.41% from 255) = 14.44%

R = 55.99%
G = 29.58%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9F5429 (or 0x9F5429) is known color: Rich Gold. HEX triplet: 9F, 54 and 29. RGB value is (159,84,41). Sum of RGB (Red+Green+Blue) = 159+84+41=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5429 is #60ABD6. Grayscale: #656565. Windows color (decimal): -6335447 or 2708639. OLE color: 2708639.

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

Color convert

RGB 159 84 41 -
CMYK 0 0.47 0.74 0.38
HSL 21.86º 0.59% 0.39% -
HSV(B) 21.86º 0.74% 0.62% -
XYZ 17.87 13.87 3.83 -
YUV 101.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 159 84 41 0 0.47 0.74 0.38 21.86 0.59 0.39
Hex 9F 54 29 0 2F 4A 26 16 3B 27
Octal 237 124 51 0 57 112 46 26 73 47
Binary 10011111 1010100 101001 0 101111 1001010 100110 10110 111011 100111

Color Harmonies of #9F5429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5429

Black with #9F5429

Text Example


Text Example

White with #9F5429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,84,41); }

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

background-color css

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

 a { background-color: rgb(159,84,41); }

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

border-color css

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

 span { border-color: rgb(159,84,41); }

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