Html Css Color HEX #995018 Rich Gold

📋 copy color: '#995018'

red 153 ◦ green 80 ◦ blue 24

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

Shades of Rich Gold #995018

Tints of Rich Gold #995018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.34%

R = 59.53%
G = 31.13%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#995018 (or 0x995018) is known color: Rich Gold. HEX triplet: 99, 50 and 18. RGB value is (153,80,24). Sum of RGB (Red+Green+Blue) = 153+80+24=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #995018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995018 is #66AFE7. Grayscale: #5F5F5F. Windows color (decimal): -6729704 or 1593497. OLE color: 1593497.

HSL color Cylindrical-coordinate representation of color #995018: hue angle of 26.05º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #995018 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 80 24 -
CMYK 0 0.48 0.84 0.4
HSL 26.05º 0.73% 0.35% -
HSV(B) 26.05º 0.84% 0.6% -
XYZ 16.17 12.58 2.44 -
YUV 95.44 87.68 169.05 -
System Red Green Blue C M Y K H S L
Decimal 153 80 24 0 0.48 0.84 0.4 26.05 0.73 0.35
Hex 99 50 18 0 30 54 28 1A 49 23
Octal 231 120 30 0 60 124 50 32 111 43
Binary 10011001 1010000 11000 0 110000 1010100 101000 11010 1001001 100011

Color Harmonies of #995018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995018

Black with #995018

Text Example


Text Example

White with #995018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995018; }

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

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

background-color css

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

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

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

border-color css

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

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

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