Html Css Color HEX #9F4518 Rich Gold

📋 copy color: '#9F4518'

red 159 ◦ green 69 ◦ blue 24

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

Shades of Rich Gold #9F4518

Tints of Rich Gold #9F4518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 63.1%
G = 27.38%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9F4518 (or 0x9F4518) is known color: Rich Gold. HEX triplet: 9F, 45 and 18. RGB value is (159,69,24). Sum of RGB (Red+Green+Blue) = 159+69+24=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4518 is #60BAE7. Grayscale: #5B5B5B. Windows color (decimal): -6339304 or 1590687. OLE color: 1590687.

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

Color convert

RGB 159 69 24 -
CMYK 0 0.57 0.85 0.38
HSL 20º 0.74% 0.36% -
HSV(B) 20º 0.85% 0.62% -
XYZ 16.59 11.69 2.25 -
YUV 90.78 90.32 176.66 -
System Red Green Blue C M Y K H S L
Decimal 159 69 24 0 0.57 0.85 0.38 20 0.74 0.36
Hex 9F 45 18 0 39 55 26 14 4A 24
Octal 237 105 30 0 71 125 46 24 112 44
Binary 10011111 1000101 11000 0 111001 1010101 100110 10100 1001010 100100

Color Harmonies of #9F4518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4518

Black with #9F4518

Text Example


Text Example

White with #9F4518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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