Html Css Color HEX #995520 Rich Gold

📋 copy color: '#995520'

red 153 ◦ green 85 ◦ blue 32

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

Shades of Rich Gold #995520

Tints of Rich Gold #995520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.48%

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

R = 56.67%
G = 31.48%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#995520 (or 0x995520) is known color: Rich Gold. HEX triplet: 99, 55 and 20. RGB value is (153,85,32). Sum of RGB (Red+Green+Blue) = 153+85+32=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #995520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995520 is #66AADF. Grayscale: #636363. Windows color (decimal): -6728416 or 2119065. OLE color: 2119065.

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

Color convert

RGB 153 85 32 -
CMYK 0 0.44 0.79 0.4
HSL 26.28º 0.65% 0.36% -
HSV(B) 26.28º 0.79% 0.6% -
XYZ 16.65 13.37 3.07 -
YUV 99.29 90.03 166.31 -
System Red Green Blue C M Y K H S L
Decimal 153 85 32 0 0.44 0.79 0.4 26.28 0.65 0.36
Hex 99 55 20 0 2C 4F 28 1A 41 24
Octal 231 125 40 0 54 117 50 32 101 44
Binary 10011001 1010101 100000 0 101100 1001111 101000 11010 1000001 100100

Color Harmonies of #995520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995520

Black with #995520

Text Example


Text Example

White with #995520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995520; }

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

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

background-color css

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

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

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

border-color css

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

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

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