Html Css Color HEX #9D5212 Rich Gold

📋 copy color: '#9D5212'

red 157 ◦ green 82 ◦ blue 18

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

Shades of Rich Gold #9D5212

Tints of Rich Gold #9D5212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.91%

 BLUE value IS 18 (7.42% from 255) = 7%

R = 61.09%
G = 31.91%
B = 7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9D5212 (or 0x9D5212) is known color: Rich Gold. HEX triplet: 9D, 52 and 12. RGB value is (157,82,18). Sum of RGB (Red+Green+Blue) = 157+82+18=257 (34% of max value = 765). Red value is 157 (61.72% from 255 or 61.09% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5212 is #62ADED. Grayscale: #616161. Windows color (decimal): -6467054 or 1200797. OLE color: 1200797.

HSL color Cylindrical-coordinate representation of color #9D5212: hue angle of 27.63º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D5212 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 82 18 -
CMYK 0 0.48 0.89 0.38
HSL 27.63º 0.79% 0.34% -
HSV(B) 27.63º 0.89% 0.62% -
XYZ 17.03 13.25 2.23 -
YUV 97.13 83.35 170.7 -
System Red Green Blue C M Y K H S L
Decimal 157 82 18 0 0.48 0.89 0.38 27.63 0.79 0.34
Hex 9D 52 12 0 30 59 26 1C 4F 22
Octal 235 122 22 0 60 131 46 34 117 42
Binary 10011101 1010010 10010 0 110000 1011001 100110 11100 1001111 100010

Color Harmonies of #9D5212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5212

Black with #9D5212

Text Example


Text Example

White with #9D5212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,82,18); }

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

background-color css

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

 a { background-color: rgb(157,82,18); }

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

border-color css

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

 span { border-color: rgb(157,82,18); }

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