#9C4F1F

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

Shades of Rich Gold #9C4F1F

Tints of Rich Gold #9C4F1F

Color information

#9C4F1F (or 0x9C4F1F) is unknown color: approx Rich Gold. HEX triplet: 9C, 4F and 1F. RGB value is (156,79,31). Sum of RGB (Red+Green+Blue) = 156+79+31=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C4F1F is #63B0E0. Grayscale: #606060. Windows color (decimal): -6533345 or 2051996. OLE color: 2051996.

HSL color Cylindrical-coordinate representation of color #9C4F1F: hue angle of 23.04º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C4F1F is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB1567931-
CMYK00.490.800.39
HSL23.04º66.84%36.67%-
HSV(B)23.04º80.13%61.18%-
XYZ16.7512.762.88-
YUV96.5591.01170.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.65%
GREEN value IS 79 (31.25% from 255) = 29.70%
BLUE value IS 31 (12.5% from 255) = 11.65%
R=58.65%
G=29.70%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.80
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156793100.490.800.3923.0466.8436.67
Hex9C4F1F0315027174325
Octal23411737061120472710345
Binary1001110010011111111101100011010000100111101111000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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