#9D4B1A

Color #9D4B1A Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #9D4B1A

Tints of Rich Gold #9D4B1A

Color information

#9D4B1A (or 0x9D4B1A) is unknown color: approx Rich Gold. HEX triplet: 9D, 4B and 1A. RGB value is (157,75,26). Sum of RGB (Red+Green+Blue) = 157+75+26=258 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.85% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4B1A is #62B4E5. Grayscale: #5E5E5E. Windows color (decimal): -6468838 or 1723293. OLE color: 1723293.

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

Color convert

RGB1577526-
CMYK00.520.830.38
HSL22.44º71.58%35.88%-
HSV(B)22.44º83.44%61.57%-
XYZ16.6112.272.47-
YUV93.9389.67172.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.85%
GREEN value IS 75 (29.69% from 255) = 29.07%
BLUE value IS 26 (10.55% from 255) = 10.08%
R=60.85%
G=29.07%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.83
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157752600.520.830.3822.4471.5835.88
Hex9D4B1A0345326164824
Octal23511332064123462611044
Binary1001110110010111101001101001010011100110101101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D4B1A;
 }
 .AnyTagClassName
 {
   color: #9D4B1A;
 }
</style>
background-color css

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

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

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

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

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

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