Html Css Color HEX #9D5314 Rich Gold

📋 copy color: '#9D5314'

red 157 ◦ green 83 ◦ blue 20

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

Shades of Rich Gold #9D5314

Tints of Rich Gold #9D5314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.69%

R = 60.38%
G = 31.92%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#9D5314 (or 0x9D5314) is known color: Rich Gold. HEX triplet: 9D, 53 and 14. RGB value is (157,83,20). Sum of RGB (Red+Green+Blue) = 157+83+20=260 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.38% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5314 is #62ACEB. Grayscale: #626262. Windows color (decimal): -6466796 or 1332125. OLE color: 1332125.

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

Color convert

RGB 157 83 20 -
CMYK 0 0.47 0.87 0.38
HSL 27.59º 0.77% 0.35% -
HSV(B) 27.59º 0.87% 0.62% -
XYZ 17.12 13.41 2.35 -
YUV 97.94 84.02 170.12 -
System Red Green Blue C M Y K H S L
Decimal 157 83 20 0 0.47 0.87 0.38 27.59 0.77 0.35
Hex 9D 53 14 0 2F 57 26 1C 4D 23
Octal 235 123 24 0 57 127 46 34 115 43
Binary 10011101 1010011 10100 0 101111 1010111 100110 11100 1001101 100011

Color Harmonies of #9D5314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5314

Black with #9D5314

Text Example


Text Example

White with #9D5314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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