Html Css Color HEX #9D4C17 Rich Gold

📋 copy color: '#9D4C17'

red 157 ◦ green 76 ◦ blue 23

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

Shades of Rich Gold #9D4C17

Tints of Rich Gold #9D4C17

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.69%

 BLUE value IS 23 (9.38% from 255) = 8.98%

R = 61.33%
G = 29.69%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9D4C17 (or 0x9D4C17) is known color: Rich Gold. HEX triplet: 9D, 4C and 17. RGB value is (157,76,23). Sum of RGB (Red+Green+Blue) = 157+76+23=256 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.33% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4C17 is #62B3E8. Grayscale: #5E5E5E. Windows color (decimal): -6468585 or 1526941. OLE color: 1526941.

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

Color convert

RGB 157 76 23 -
CMYK 0 0.52 0.85 0.38
HSL 23.73º 0.74% 0.35% -
HSV(B) 23.73º 0.85% 0.62% -
XYZ 16.64 12.4 2.33 -
YUV 94.18 87.84 172.81 -
System Red Green Blue C M Y K H S L
Decimal 157 76 23 0 0.52 0.85 0.38 23.73 0.74 0.35
Hex 9D 4C 17 0 34 55 26 18 4A 23
Octal 235 114 27 0 64 125 46 30 112 43
Binary 10011101 1001100 10111 0 110100 1010101 100110 11000 1001010 100011

Color Harmonies of #9D4C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4C17

Black with #9D4C17

Text Example


Text Example

White with #9D4C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,76,23); }

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

background-color css

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

 a { background-color: rgb(157,76,23); }

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

border-color css

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

 span { border-color: rgb(157,76,23); }

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