Html Css Color HEX #9D531A Rich Gold

📋 copy color: '#9D531A'

red 157 ◦ green 83 ◦ blue 26

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

Shades of Rich Gold #9D531A

Tints of Rich Gold #9D531A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.2%

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

R = 59.02%
G = 31.2%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9D531A (or 0x9D531A) is known color: Rich Gold. HEX triplet: 9D, 53 and 1A. RGB value is (157,83,26). Sum of RGB (Red+Green+Blue) = 157+83+26=266 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.02% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 157 - color contains mainly: red. Hex color #9D531A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D531A is #62ACE5. Grayscale: #626262. Windows color (decimal): -6466790 or 1725341. OLE color: 1725341.

HSL color Cylindrical-coordinate representation of color #9D531A: hue angle of 26.11º 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 #9D531A is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 83 26 -
CMYK 0 0.47 0.83 0.38
HSL 26.11º 0.72% 0.36% -
HSV(B) 26.11º 0.83% 0.62% -
XYZ 17.18 13.43 2.66 -
YUV 98.63 87.02 169.63 -
System Red Green Blue C M Y K H S L
Decimal 157 83 26 0 0.47 0.83 0.38 26.11 0.72 0.36
Hex 9D 53 1A 0 2F 53 26 1A 48 24
Octal 235 123 32 0 57 123 46 32 110 44
Binary 10011101 1010011 11010 0 101111 1010011 100110 11010 1001000 100100

Color Harmonies of #9D531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D531A

Black with #9D531A

Text Example


Text Example

White with #9D531A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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