Html Css Color HEX #9F4E12 Rich Gold

📋 copy color: '#9F4E12'

red 159 ◦ green 78 ◦ blue 18

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

Shades of Rich Gold #9F4E12

Tints of Rich Gold #9F4E12

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.59%

 BLUE value IS 18 (7.42% from 255) = 7.06%

R = 62.35%
G = 30.59%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F4E12 (or 0x9F4E12) is known color: Rich Gold. HEX triplet: 9F, 4E and 12. RGB value is (159,78,18). Sum of RGB (Red+Green+Blue) = 159+78+18=255 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.35% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F4E12 is #60B1ED. Grayscale: #5F5F5F. Windows color (decimal): -6337006 or 1199775. OLE color: 1199775.

HSL color Cylindrical-coordinate representation of color #9F4E12: hue angle of 25.53º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F4E12 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 78 18 -
CMYK 0 0.51 0.89 0.38
HSL 25.53º 0.8% 0.35% -
HSV(B) 25.53º 0.89% 0.62% -
XYZ 17.13 12.86 2.15 -
YUV 95.38 84.34 173.38 -
System Red Green Blue C M Y K H S L
Decimal 159 78 18 0 0.51 0.89 0.38 25.53 0.8 0.35
Hex 9F 4E 12 0 33 59 26 1A 50 23
Octal 237 116 22 0 63 131 46 32 120 43
Binary 10011111 1001110 10010 0 110011 1011001 100110 11010 1010000 100011

Color Harmonies of #9F4E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4E12

Black with #9F4E12

Text Example


Text Example

White with #9F4E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,78,18); }

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

background-color css

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

 a { background-color: rgb(159,78,18); }

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

border-color css

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

 span { border-color: rgb(159,78,18); }

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