Html Css Color HEX #9D531D Rich Gold

📋 copy color: '#9D531D'

red 157 ◦ green 83 ◦ blue 29

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

Shades of Rich Gold #9D531D

Tints of Rich Gold #9D531D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.78%

R = 58.36%
G = 30.86%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9D531D (or 0x9D531D) is known color: Rich Gold. HEX triplet: 9D, 53 and 1D. RGB value is (157,83,29). Sum of RGB (Red+Green+Blue) = 157+83+29=269 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.36% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 157 - color contains mainly: red. Hex color #9D531D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D531D is #62ACE2. Grayscale: #636363. Windows color (decimal): -6466787 or 1921949. OLE color: 1921949.

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

Color convert

RGB 157 83 29 -
CMYK 0 0.47 0.82 0.38
HSL 25.31º 0.69% 0.36% -
HSV(B) 25.31º 0.82% 0.62% -
XYZ 17.22 13.44 2.85 -
YUV 98.97 88.52 169.39 -
System Red Green Blue C M Y K H S L
Decimal 157 83 29 0 0.47 0.82 0.38 25.31 0.69 0.36
Hex 9D 53 1D 0 2F 52 26 19 45 24
Octal 235 123 35 0 57 122 46 31 105 44
Binary 10011101 1010011 11101 0 101111 1010010 100110 11001 1000101 100100

Color Harmonies of #9D531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D531D

Black with #9D531D

Text Example


Text Example

White with #9D531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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