Html Css Color HEX #99521F Rich Gold

📋 copy color: '#99521F'

red 153 ◦ green 82 ◦ blue 31

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

Shades of Rich Gold #99521F

Tints of Rich Gold #99521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.83%

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

R = 57.52%
G = 30.83%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99521F (or 0x99521F) is known color: Rich Gold. HEX triplet: 99, 52 and 1F. RGB value is (153,82,31). Sum of RGB (Red+Green+Blue) = 153+82+31=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #99521F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99521F is #66ADE0. Grayscale: #616161. Windows color (decimal): -6729185 or 2052761. OLE color: 2052761.

HSL color Cylindrical-coordinate representation of color #99521F: hue angle of 25.08º 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 #99521F is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 82 31 -
CMYK 0 0.46 0.80 0.4
HSL 25.08º 0.66% 0.36% -
HSV(B) 25.08º 0.8% 0.6% -
XYZ 16.4 12.91 2.92 -
YUV 97.42 90.52 167.65 -
System Red Green Blue C M Y K H S L
Decimal 153 82 31 0 0.46 0.80 0.4 25.08 0.66 0.36
Hex 99 52 1F 0 2E 50 28 19 42 24
Octal 231 122 37 0 56 120 50 31 102 44
Binary 10011001 1010010 11111 0 101110 1010000 101000 11001 1000010 100100

Color Harmonies of #99521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99521F

Black with #99521F

Text Example


Text Example

White with #99521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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