Html Css Color HEX #995120 Rich Gold

📋 copy color: '#995120'

red 153 ◦ green 81 ◦ blue 32

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

Shades of Rich Gold #995120

Tints of Rich Gold #995120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.45%

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

R = 57.52%
G = 30.45%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#995120 (or 0x995120) is known color: Rich Gold. HEX triplet: 99, 51 and 20. RGB value is (153,81,32). Sum of RGB (Red+Green+Blue) = 153+81+32=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #995120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995120 is #66AEDF. Grayscale: #616161. Windows color (decimal): -6729440 or 2118041. OLE color: 2118041.

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

Color convert

RGB 153 81 32 -
CMYK 0 0.47 0.79 0.4
HSL 24.3º 0.65% 0.36% -
HSV(B) 24.3º 0.79% 0.6% -
XYZ 16.34 12.76 2.97 -
YUV 96.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 153 81 32 0 0.47 0.79 0.4 24.3 0.65 0.36
Hex 99 51 20 0 2F 4F 28 18 41 24
Octal 231 121 40 0 57 117 50 30 101 44
Binary 10011001 1010001 100000 0 101111 1001111 101000 11000 1000001 100100

Color Harmonies of #995120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995120

Black with #995120

Text Example


Text Example

White with #995120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995120; }

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

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

background-color css

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

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

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

border-color css

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

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

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