Html Css Color HEX #9D521A Rich Gold

📋 copy color: '#9D521A'

red 157 ◦ green 82 ◦ blue 26

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

Shades of Rich Gold #9D521A

Tints of Rich Gold #9D521A

RGB

 RED value IS 157 (61.72% from 255) = 59.25%

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

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

R = 59.25%
G = 30.94%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9D521A (or 0x9D521A) is known color: Rich Gold. HEX triplet: 9D, 52 and 1A. RGB value is (157,82,26). Sum of RGB (Red+Green+Blue) = 157+82+26=265 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.25% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 157 - color contains mainly: red. Hex color #9D521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D521A is #62ADE5. Grayscale: #626262. Windows color (decimal): -6467046 or 1725085. OLE color: 1725085.

HSL color Cylindrical-coordinate representation of color #9D521A: hue angle of 25.65º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D521A is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 82 26 -
CMYK 0 0.48 0.83 0.38
HSL 25.65º 0.72% 0.36% -
HSV(B) 25.65º 0.83% 0.62% -
XYZ 17.11 13.28 2.64 -
YUV 98.04 87.35 170.05 -
System Red Green Blue C M Y K H S L
Decimal 157 82 26 0 0.48 0.83 0.38 25.65 0.72 0.36
Hex 9D 52 1A 0 30 53 26 1A 48 24
Octal 235 122 32 0 60 123 46 32 110 44
Binary 10011101 1010010 11010 0 110000 1010011 100110 11010 1001000 100100

Color Harmonies of #9D521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D521A

Black with #9D521A

Text Example


Text Example

White with #9D521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D521A; }

 p { color: rgb(157,82,26); }

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

background-color css

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

 a { background-color: rgb(157,82,26); }

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

border-color css

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

 span { border-color: rgb(157,82,26); }

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