Html Css Color HEX #9D4D25 Rich Gold

📋 copy color: '#9D4D25'

red 157 ◦ green 77 ◦ blue 37

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

Shades of Rich Gold #9D4D25

Tints of Rich Gold #9D4D25

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.41%

 BLUE value IS 37 (14.84% from 255) = 13.65%

R = 57.93%
G = 28.41%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9D4D25 (or 0x9D4D25) is known color: Rich Gold. HEX triplet: 9D, 4D and 25. RGB value is (157,77,37). Sum of RGB (Red+Green+Blue) = 157+77+37=271 (35% of max value = 765). Red value is 157 (61.72% from 255 or 57.93% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D4D25 is #62B2DA. Grayscale: #606060. Windows color (decimal): -6468315 or 2444701. OLE color: 2444701.

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

Color convert

RGB 157 77 37 -
CMYK 0 0.51 0.76 0.38
HSL 20º 0.62% 0.38% -
HSV(B) 20º 0.76% 0.62% -
XYZ 16.89 12.61 3.29 -
YUV 96.36 94.5 171.25 -
System Red Green Blue C M Y K H S L
Decimal 157 77 37 0 0.51 0.76 0.38 20 0.62 0.38
Hex 9D 4D 25 0 33 4C 26 14 3E 26
Octal 235 115 45 0 63 114 46 24 76 46
Binary 10011101 1001101 100101 0 110011 1001100 100110 10100 111110 100110

Color Harmonies of #9D4D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4D25

Black with #9D4D25

Text Example


Text Example

White with #9D4D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,77,37); }

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

background-color css

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

 a { background-color: rgb(157,77,37); }

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

border-color css

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

 span { border-color: rgb(157,77,37); }

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