Html Css Color HEX #99501F Rich Gold

📋 copy color: '#99501F'

red 153 ◦ green 80 ◦ blue 31

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

Shades of Rich Gold #99501F

Tints of Rich Gold #99501F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.74%

R = 57.95%
G = 30.3%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99501F (or 0x99501F) is known color: Rich Gold. HEX triplet: 99, 50 and 1F. RGB value is (153,80,31). Sum of RGB (Red+Green+Blue) = 153+80+31=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #99501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99501F is #66AFE0. Grayscale: #606060. Windows color (decimal): -6729697 or 2052249. OLE color: 2052249.

HSL color Cylindrical-coordinate representation of color #99501F: hue angle of 24.1º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99501F is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 80 31 -
CMYK 0 0.48 0.80 0.4
HSL 24.1º 0.66% 0.36% -
HSV(B) 24.1º 0.8% 0.6% -
XYZ 16.25 12.61 2.87 -
YUV 96.24 91.18 168.48 -
System Red Green Blue C M Y K H S L
Decimal 153 80 31 0 0.48 0.80 0.4 24.1 0.66 0.36
Hex 99 50 1F 0 30 50 28 18 42 24
Octal 231 120 37 0 60 120 50 30 102 44
Binary 10011001 1010000 11111 0 110000 1010000 101000 11000 1000010 100100

Color Harmonies of #99501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99501F

Black with #99501F

Text Example


Text Example

White with #99501F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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