Html Css Color HEX #9F4519 Rich Gold

📋 copy color: '#9F4519'

red 159 ◦ green 69 ◦ blue 25

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

Shades of Rich Gold #9F4519

Tints of Rich Gold #9F4519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.27%

 BLUE value IS 25 (10.16% from 255) = 9.88%

R = 62.85%
G = 27.27%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F4519 (or 0x9F4519) is known color: Rich Gold. HEX triplet: 9F, 45 and 19. RGB value is (159,69,25). Sum of RGB (Red+Green+Blue) = 159+69+25=253 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.85% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4519 is #60BAE6. Grayscale: #5B5B5B. Windows color (decimal): -6339303 or 1656223. OLE color: 1656223.

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

Color convert

RGB 159 69 25 -
CMYK 0 0.57 0.84 0.38
HSL 19.7º 0.73% 0.36% -
HSV(B) 19.7º 0.84% 0.62% -
XYZ 16.6 11.7 2.3 -
YUV 90.89 90.82 176.58 -
System Red Green Blue C M Y K H S L
Decimal 159 69 25 0 0.57 0.84 0.38 19.7 0.73 0.36
Hex 9F 45 19 0 39 54 26 14 49 24
Octal 237 105 31 0 71 124 46 24 111 44
Binary 10011111 1000101 11001 0 111001 1010100 100110 10100 1001001 100100

Color Harmonies of #9F4519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4519

Black with #9F4519

Text Example


Text Example

White with #9F4519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,69,25); }

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

background-color css

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

 a { background-color: rgb(159,69,25); }

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

border-color css

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

 span { border-color: rgb(159,69,25); }

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