Html Css Color HEX #9D471A Rich Gold

📋 copy color: '#9D471A'

red 157 ◦ green 71 ◦ blue 26

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

Shades of Rich Gold #9D471A

Tints of Rich Gold #9D471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.95%

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

R = 61.81%
G = 27.95%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9D471A (or 0x9D471A) is known color: Rich Gold. HEX triplet: 9D, 47 and 1A. RGB value is (157,71,26). Sum of RGB (Red+Green+Blue) = 157+71+26=254 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.81% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 157 - color contains mainly: red. Hex color #9D471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D471A is #62B8E5. Grayscale: #5B5B5B. Windows color (decimal): -6469862 or 1722269. OLE color: 1722269.

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

Color convert

RGB 157 71 26 -
CMYK 0 0.55 0.83 0.38
HSL 20.61º 0.72% 0.36% -
HSV(B) 20.61º 0.83% 0.62% -
XYZ 16.34 11.75 2.38 -
YUV 91.58 90.99 174.66 -
System Red Green Blue C M Y K H S L
Decimal 157 71 26 0 0.55 0.83 0.38 20.61 0.72 0.36
Hex 9D 47 1A 0 37 53 26 15 48 24
Octal 235 107 32 0 67 123 46 25 110 44
Binary 10011101 1000111 11010 0 110111 1010011 100110 10101 1001000 100100

Color Harmonies of #9D471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D471A

Black with #9D471A

Text Example


Text Example

White with #9D471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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