Html Css Color HEX #9D4718 Rich Gold

📋 copy color: '#9D4718'

red 157 ◦ green 71 ◦ blue 24

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

Shades of Rich Gold #9D4718

Tints of Rich Gold #9D4718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 62.3%
G = 28.17%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9D4718 (or 0x9D4718) is known color: Rich Gold. HEX triplet: 9D, 47 and 18. RGB value is (157,71,24). Sum of RGB (Red+Green+Blue) = 157+71+24=252 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.30% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4718 is #62B8E7. Grayscale: #5B5B5B. Windows color (decimal): -6469864 or 1591197. OLE color: 1591197.

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

Color convert

RGB 157 71 24 -
CMYK 0 0.55 0.85 0.38
HSL 21.2º 0.73% 0.35% -
HSV(B) 21.2º 0.85% 0.62% -
XYZ 16.32 11.74 2.27 -
YUV 91.36 89.99 174.82 -
System Red Green Blue C M Y K H S L
Decimal 157 71 24 0 0.55 0.85 0.38 21.2 0.73 0.35
Hex 9D 47 18 0 37 55 26 15 49 23
Octal 235 107 30 0 67 125 46 25 111 43
Binary 10011101 1000111 11000 0 110111 1010101 100110 10101 1001001 100011

Color Harmonies of #9D4718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4718

Black with #9D4718

Text Example


Text Example

White with #9D4718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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