Html Css Color HEX #9D4C1A Rich Gold

📋 copy color: '#9D4C1A'

red 157 ◦ green 76 ◦ blue 26

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

Shades of Rich Gold #9D4C1A

Tints of Rich Gold #9D4C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.04%

R = 60.62%
G = 29.34%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9D4C1A (or 0x9D4C1A) is known color: Rich Gold. HEX triplet: 9D, 4C and 1A. RGB value is (157,76,26). Sum of RGB (Red+Green+Blue) = 157+76+26=259 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.62% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4C1A is #62B3E5. Grayscale: #5E5E5E. Windows color (decimal): -6468582 or 1723549. OLE color: 1723549.

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

Color convert

RGB 157 76 26 -
CMYK 0 0.52 0.83 0.38
HSL 22.9º 0.72% 0.36% -
HSV(B) 22.9º 0.83% 0.62% -
XYZ 16.68 12.41 2.49 -
YUV 94.52 89.34 172.57 -
System Red Green Blue C M Y K H S L
Decimal 157 76 26 0 0.52 0.83 0.38 22.9 0.72 0.36
Hex 9D 4C 1A 0 34 53 26 17 48 24
Octal 235 114 32 0 64 123 46 27 110 44
Binary 10011101 1001100 11010 0 110100 1010011 100110 10111 1001000 100100

Color Harmonies of #9D4C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4C1A

Black with #9D4C1A

Text Example


Text Example

White with #9D4C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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