Html Css Color HEX #99501A Rich Gold

📋 copy color: '#99501A'

red 153 ◦ green 80 ◦ blue 26

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

Shades of Rich Gold #99501A

Tints of Rich Gold #99501A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.04%

R = 59.07%
G = 30.89%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.4

RGB Variations

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

Color information

#99501A (or 0x99501A) is known color: Rich Gold. HEX triplet: 99, 50 and 1A. RGB value is (153,80,26). Sum of RGB (Red+Green+Blue) = 153+80+26=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #99501A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99501A is #66AFE5. Grayscale: #5F5F5F. Windows color (decimal): -6729702 or 1724569. OLE color: 1724569.

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

Color convert

RGB 153 80 26 -
CMYK 0 0.48 0.83 0.4
HSL 25.51º 0.71% 0.35% -
HSV(B) 25.51º 0.83% 0.6% -
XYZ 16.19 12.58 2.55 -
YUV 95.67 88.68 168.89 -
System Red Green Blue C M Y K H S L
Decimal 153 80 26 0 0.48 0.83 0.4 25.51 0.71 0.35
Hex 99 50 1A 0 30 53 28 1A 47 23
Octal 231 120 32 0 60 123 50 32 107 43
Binary 10011001 1010000 11010 0 110000 1010011 101000 11010 1000111 100011

Color Harmonies of #99501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99501A

Black with #99501A

Text Example


Text Example

White with #99501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99501A; }

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

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

background-color css

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

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

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

border-color css

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

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

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