Html Css Color HEX #9D4F18 Rich Gold

📋 copy color: '#9D4F18'

red 157 ◦ green 79 ◦ blue 24

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

Shades of Rich Gold #9D4F18

Tints of Rich Gold #9D4F18

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.38%

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

R = 60.38%
G = 30.38%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9D4F18 (or 0x9D4F18) is known color: Rich Gold. HEX triplet: 9D, 4F and 18. RGB value is (157,79,24). Sum of RGB (Red+Green+Blue) = 157+79+24=260 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.38% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D4F18 is #62B0E7. Grayscale: #606060. Windows color (decimal): -6467816 or 1593245. OLE color: 1593245.

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

Color convert

RGB 157 79 24 -
CMYK 0 0.50 0.85 0.38
HSL 24.81º 0.73% 0.35% -
HSV(B) 24.81º 0.85% 0.62% -
XYZ 16.87 12.83 2.45 -
YUV 96.05 87.34 171.47 -
System Red Green Blue C M Y K H S L
Decimal 157 79 24 0 0.50 0.85 0.38 24.81 0.73 0.35
Hex 9D 4F 18 0 32 55 26 19 49 23
Octal 235 117 30 0 62 125 46 31 111 43
Binary 10011101 1001111 11000 0 110010 1010101 100110 11001 1001001 100011

Color Harmonies of #9D4F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4F18

Black with #9D4F18

Text Example


Text Example

White with #9D4F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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