Html Css Color HEX #995020 Rich Gold

📋 copy color: '#995020'

red 153 ◦ green 80 ◦ blue 32

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

Shades of Rich Gold #995020

Tints of Rich Gold #995020

RGB

 RED value IS 153 (60.16% from 255) = 57.74%

 GREEN value IS 80 (31.64% from 255) = 30.19%

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

R = 57.74%
G = 30.19%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#995020 (or 0x995020) is known color: Rich Gold. HEX triplet: 99, 50 and 20. RGB value is (153,80,32). Sum of RGB (Red+Green+Blue) = 153+80+32=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #995020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995020 is #66AFDF. Grayscale: #606060. Windows color (decimal): -6729696 or 2117785. OLE color: 2117785.

HSL color Cylindrical-coordinate representation of color #995020: hue angle of 23.8º degrees, saturation: 0.65, 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 #995020 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 80 32 -
CMYK 0 0.48 0.79 0.4
HSL 23.8º 0.65% 0.36% -
HSV(B) 23.8º 0.79% 0.6% -
XYZ 16.27 12.61 2.94 -
YUV 96.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 153 80 32 0 0.48 0.79 0.4 23.8 0.65 0.36
Hex 99 50 20 0 30 4F 28 18 41 24
Octal 231 120 40 0 60 117 50 30 101 44
Binary 10011001 1010000 100000 0 110000 1001111 101000 11000 1000001 100100

Color Harmonies of #995020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995020

Black with #995020

Text Example


Text Example

White with #995020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995020; }

 p { color: rgb(153,80,32); }

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

background-color css

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

 a { background-color: rgb(153,80,32); }

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

border-color css

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

 span { border-color: rgb(153,80,32); }

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