#9C4B1F

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

Shades of Rich Gold #9C4B1F

Tints of Rich Gold #9C4B1F

Color information

#9C4B1F (or 0x9C4B1F) is unknown color: approx Rich Gold. HEX triplet: 9C, 4B and 1F. RGB value is (156,75,31). Sum of RGB (Red+Green+Blue) = 156+75+31=262 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.54% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4B1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4B1F is #63B4E0. Grayscale: #5E5E5E. Windows color (decimal): -6534369 or 2050972. OLE color: 2050972.

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

Color convert

RGB1567531-
CMYK00.520.800.39
HSL21.12º66.84%36.67%-
HSV(B)21.12º80.13%61.18%-
XYZ16.4712.22.78-
YUV94.292.34172.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.54%
GREEN value IS 75 (29.69% from 255) = 28.63%
BLUE value IS 31 (12.5% from 255) = 11.83%
R=59.54%
G=28.63%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156753100.520.800.3921.1266.8436.67
Hex9C4B1F0345027154325
Octal23411337064120472510345
Binary1001110010010111111101101001010000100111101011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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