Html Css Color HEX #9F5A23 Rich Gold

📋 copy color: '#9F5A23'

red 159 ◦ green 90 ◦ blue 35

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

Shades of Rich Gold #9F5A23

Tints of Rich Gold #9F5A23

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.69%

 BLUE value IS 35 (14.06% from 255) = 12.32%

R = 55.99%
G = 31.69%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9F5A23 (or 0x9F5A23) is known color: Rich Gold. HEX triplet: 9F, 5A and 23. RGB value is (159,90,35). Sum of RGB (Red+Green+Blue) = 159+90+35=284 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.99% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5A23 is #60A5DC. Grayscale: #686868. Windows color (decimal): -6333917 or 2316959. OLE color: 2316959.

HSL color Cylindrical-coordinate representation of color #9F5A23: hue angle of 26.61º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F5A23 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 90 35 -
CMYK 0 0.43 0.78 0.38
HSL 26.61º 0.64% 0.38% -
HSV(B) 26.61º 0.78% 0.62% -
XYZ 18.26 14.8 3.49 -
YUV 104.36 88.86 166.97 -
System Red Green Blue C M Y K H S L
Decimal 159 90 35 0 0.43 0.78 0.38 26.61 0.64 0.38
Hex 9F 5A 23 0 2B 4E 26 1B 40 26
Octal 237 132 43 0 53 116 46 33 100 46
Binary 10011111 1011010 100011 0 101011 1001110 100110 11011 1000000 100110

Color Harmonies of #9F5A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5A23

Black with #9F5A23

Text Example


Text Example

White with #9F5A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,90,35); }

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

background-color css

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

 a { background-color: rgb(159,90,35); }

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

border-color css

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

 span { border-color: rgb(159,90,35); }

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