Html Css Color HEX #9D4D1C Rich Gold

📋 copy color: '#9D4D1C'

red 157 ◦ green 77 ◦ blue 28

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

Shades of Rich Gold #9D4D1C

Tints of Rich Gold #9D4D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.69%

R = 59.92%
G = 29.39%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9D4D1C (or 0x9D4D1C) is known color: Rich Gold. HEX triplet: 9D, 4D and 1C. RGB value is (157,77,28). Sum of RGB (Red+Green+Blue) = 157+77+28=262 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.92% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D4D1C is #62B2E3. Grayscale: #5F5F5F. Windows color (decimal): -6468324 or 1854877. OLE color: 1854877.

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

Color convert

RGB 157 77 28 -
CMYK 0 0.51 0.82 0.38
HSL 22.79º 0.7% 0.36% -
HSV(B) 22.79º 0.82% 0.62% -
XYZ 16.77 12.56 2.64 -
YUV 95.33 90 171.98 -
System Red Green Blue C M Y K H S L
Decimal 157 77 28 0 0.51 0.82 0.38 22.79 0.7 0.36
Hex 9D 4D 1C 0 33 52 26 17 46 24
Octal 235 115 34 0 63 122 46 27 106 44
Binary 10011101 1001101 11100 0 110011 1010010 100110 10111 1000110 100100

Color Harmonies of #9D4D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4D1C

Black with #9D4D1C

Text Example


Text Example

White with #9D4D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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