Html Css Color HEX #9D571D Rich Gold

📋 copy color: '#9D571D'

red 157 ◦ green 87 ◦ blue 29

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

Shades of Rich Gold #9D571D

Tints of Rich Gold #9D571D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.87%

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

R = 57.51%
G = 31.87%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9D571D (or 0x9D571D) is known color: Rich Gold. HEX triplet: 9D, 57 and 1D. RGB value is (157,87,29). Sum of RGB (Red+Green+Blue) = 157+87+29=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D571D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D571D is #62A8E2. Grayscale: #656565. Windows color (decimal): -6465763 or 1922973. OLE color: 1922973.

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

Color convert

RGB 157 87 29 -
CMYK 0 0.45 0.82 0.38
HSL 27.19º 0.69% 0.36% -
HSV(B) 27.19º 0.82% 0.62% -
XYZ 17.53 14.07 2.95 -
YUV 101.32 87.19 167.72 -
System Red Green Blue C M Y K H S L
Decimal 157 87 29 0 0.45 0.82 0.38 27.19 0.69 0.36
Hex 9D 57 1D 0 2D 52 26 1B 45 24
Octal 235 127 35 0 55 122 46 33 105 44
Binary 10011101 1010111 11101 0 101101 1010010 100110 11011 1000101 100100

Color Harmonies of #9D571D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D571D

Black with #9D571D

Text Example


Text Example

White with #9D571D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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