#9C7401

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

Shades of Golden Brown #9C7401

Tints of Golden Brown #9C7401

Color information

#9C7401 (or 0x9C7401) is unknown color: approx Golden Brown. HEX triplet: 9C, 74 and 01. RGB value is (156,116,1). Sum of RGB (Red+Green+Blue) = 156+116+1=273 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.14% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7401 is #638BFE. Grayscale: #737373. Windows color (decimal): -6523903 or 95388. OLE color: 95388.

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

Color convert

RGB1561161-
CMYK00.260.990.39
HSL44.52º98.73%30.78%-
HSV(B)44.52º99.36%61.18%-
XYZ19.9619.562.75-
YUV114.8563.75157.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.14%
GREEN value IS 116 (45.70% from 255) = 42.49%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=57.14%
G=42.49%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156116100.260.990.3944.5298.7330.78
Hex9C74101A63272d631f
Octal2341641032143475514337
Binary10011100111010010110101100011100111101101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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