#9c4f15

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

Shades of Rich Gold #9C4F15

Tints of Rich Gold #9C4F15

Color information

#9C4F15 (or 0x9C4F15) is unknown color: approx Rich Gold. HEX triplet: 9C, 4F and 15. RGB value is (156,79,21). Sum of RGB (Red+Green+Blue) = 156+79+21=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C4F15 is #63B0EA. Grayscale: #5F5F5F. Windows color (decimal): -6533355 or 1396636. OLE color: 1396636.

HSL color Cylindrical-coordinate representation of color #9C4F15: hue angle of 25.78º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C4F15 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB1567921-
CMYK00.490.870.39
HSL25.78º76.27%34.71%-
HSV(B)25.78º86.54%61.18%-
XYZ16.6412.712.29-
YUV95.4186.01171.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60.94%
GREEN value IS 79 (31.25% from 255) = 30.86%
BLUE value IS 21 (8.59% from 255) = 8.20%
R=60.94%
G=30.86%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156792100.490.870.3925.7876.2734.71
Hex9C4F1503157271a4c23
Octal23411725061127473211443
Binary1001110010011111010101100011010111100111110101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c4f15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,79,21); }

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

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

 a { background-color: rgb(156,79,21); }

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

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

 span { border-color: rgb(156,79,21); }

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