Html Css Color HEX #9F5318 Rich Gold

📋 copy color: '#9F5318'

red 159 ◦ green 83 ◦ blue 24

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

Shades of Rich Gold #9F5318

Tints of Rich Gold #9F5318

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.2%

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

R = 59.77%
G = 31.2%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9F5318 (or 0x9F5318) is known color: Rich Gold. HEX triplet: 9F, 53 and 18. RGB value is (159,83,24). Sum of RGB (Red+Green+Blue) = 159+83+24=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5318 is #60ACE7. Grayscale: #636363. Windows color (decimal): -6335720 or 1594271. OLE color: 1594271.

HSL color Cylindrical-coordinate representation of color #9F5318: hue angle of 26.22º 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 #9F5318 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 83 24 -
CMYK 0 0.48 0.85 0.38
HSL 26.22º 0.74% 0.36% -
HSV(B) 26.22º 0.85% 0.62% -
XYZ 17.56 13.62 2.57 -
YUV 99 85.68 170.8 -
System Red Green Blue C M Y K H S L
Decimal 159 83 24 0 0.48 0.85 0.38 26.22 0.74 0.36
Hex 9F 53 18 0 30 55 26 1A 4A 24
Octal 237 123 30 0 60 125 46 32 112 44
Binary 10011111 1010011 11000 0 110000 1010101 100110 11010 1001010 100100

Color Harmonies of #9F5318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5318

Black with #9F5318

Text Example


Text Example

White with #9F5318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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