#9C7400

Color #9C7400 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9C7400

Tints of Golden Brown #9C7400

Color information

#9C7400 (or 0x9C7400) is unknown color: approx Golden Brown. HEX triplet: 9C, 74 and 00. RGB value is (156,116,0). Sum of RGB (Red+Green+Blue) = 156+116+0=272 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.35% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7400 is #638BFF. Grayscale: #737373. Windows color (decimal): -6523904 or 29852. OLE color: 29852.

HSL color Cylindrical-coordinate representation of color #9C7400: hue angle of 44.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C7400 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB1561160-
CMYK00.2610.39
HSL44.62º100%30.59%-
HSV(B)44.62º100%61.18%-
XYZ19.9619.562.72-
YUV114.7463.25157.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.35%
GREEN value IS 116 (45.70% from 255) = 42.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.35%
G=42.65%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156116000.2610.3944.6210030.59
Hex9C74001A64272d641f
Octal2341640032144475514437
Binary10011100111010000110101100100100111101101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,116,0); }

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

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

 a { background-color: rgb(156,116,0); }

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

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

 span { border-color: rgb(156,116,0); }

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