Html Css Color HEX #9D461A Rich Gold

📋 copy color: '#9D461A'

red 157 ◦ green 70 ◦ blue 26

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

Shades of Rich Gold #9D461A

Tints of Rich Gold #9D461A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.67%

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

R = 62.06%
G = 27.67%
B = 10.28%

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

#9D461A (or 0x9D461A) is known color: Rich Gold. HEX triplet: 9D, 46 and 1A. RGB value is (157,70,26). Sum of RGB (Red+Green+Blue) = 157+70+26=253 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.06% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 157 - color contains mainly: red. Hex color #9D461A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D461A is #62B9E5. Grayscale: #5B5B5B. Windows color (decimal): -6470118 or 1722013. OLE color: 1722013.

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

Color convert

RGB 157 70 26 -
CMYK 0 0.55 0.83 0.38
HSL 20.15º 0.72% 0.36% -
HSV(B) 20.15º 0.83% 0.62% -
XYZ 16.28 11.62 2.36 -
YUV 91 91.32 175.08 -
System Red Green Blue C M Y K H S L
Decimal 157 70 26 0 0.55 0.83 0.38 20.15 0.72 0.36
Hex 9D 46 1A 0 37 53 26 14 48 24
Octal 235 106 32 0 67 123 46 24 110 44
Binary 10011101 1000110 11010 0 110111 1010011 100110 10100 1001000 100100

Color Harmonies of #9D461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D461A

Black with #9D461A

Text Example


Text Example

White with #9D461A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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