Html Css Color HEX #9F4217 Rich Gold

📋 copy color: '#9F4217'

red 159 ◦ green 66 ◦ blue 23

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

Shades of Rich Gold #9F4217

Tints of Rich Gold #9F4217

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.61%

 BLUE value IS 23 (9.38% from 255) = 9.27%

R = 64.11%
G = 26.61%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F4217 (or 0x9F4217) is known color: Rich Gold. HEX triplet: 9F, 42 and 17. RGB value is (159,66,23). Sum of RGB (Red+Green+Blue) = 159+66+23=248 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.11% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4217 is #60BDE8. Grayscale: #595959. Windows color (decimal): -6340073 or 1524383. OLE color: 1524383.

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

Color convert

RGB 159 66 23 -
CMYK 0 0.58 0.86 0.38
HSL 18.97º 0.75% 0.36% -
HSV(B) 18.97º 0.86% 0.62% -
XYZ 16.4 11.33 2.13 -
YUV 88.91 90.81 178 -
System Red Green Blue C M Y K H S L
Decimal 159 66 23 0 0.58 0.86 0.38 18.97 0.75 0.36
Hex 9F 42 17 0 3A 56 26 13 4B 24
Octal 237 102 27 0 72 126 46 23 113 44
Binary 10011111 1000010 10111 0 111010 1010110 100110 10011 1001011 100100

Color Harmonies of #9F4217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4217

Black with #9F4217

Text Example


Text Example

White with #9F4217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,66,23); }

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

background-color css

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

 a { background-color: rgb(159,66,23); }

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

border-color css

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

 span { border-color: rgb(159,66,23); }

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