Html Css Color HEX #9A4920 Rich Gold

📋 copy color: '#9A4920'

red 154 ◦ green 73 ◦ blue 32

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

Shades of Rich Gold #9A4920

Tints of Rich Gold #9A4920

RGB

 RED value IS 154 (60.55% from 255) = 59.46%

 GREEN value IS 73 (28.91% from 255) = 28.19%

 BLUE value IS 32 (12.89% from 255) = 12.36%

R = 59.46%
G = 28.19%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#9A4920 (or 0x9A4920) is known color: Rich Gold. HEX triplet: 9A, 49 and 20. RGB value is (154,73,32). Sum of RGB (Red+Green+Blue) = 154+73+32=259 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.46% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4920 is #65B6DF. Grayscale: #5C5C5C. Windows color (decimal): -6665952 or 2115994. OLE color: 2115994.

HSL color Cylindrical-coordinate representation of color #9A4920: hue angle of 20.16º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A4920 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 73 32 -
CMYK 0 0.53 0.79 0.40
HSL 20.16º 0.66% 0.36% -
HSV(B) 20.16º 0.79% 0.6% -
XYZ 15.97 11.74 2.79 -
YUV 92.55 93.84 171.83 -
System Red Green Blue C M Y K H S L
Decimal 154 73 32 0 0.53 0.79 0.40 20.16 0.66 0.36
Hex 9A 49 20 0 35 4F 28 14 42 24
Octal 232 111 40 0 65 117 50 24 102 44
Binary 10011010 1001001 100000 0 110101 1001111 101000 10100 1000010 100100

Color Harmonies of #9A4920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4920

Black with #9A4920

Text Example


Text Example

White with #9A4920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,73,32); }

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

background-color css

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

 a { background-color: rgb(154,73,32); }

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

border-color css

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

 span { border-color: rgb(154,73,32); }

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