#9A720E

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

Shades of Golden Brown #9A720E

Tints of Golden Brown #9A720E

Color information

#9A720E (or 0x9A720E) is unknown color: approx Golden Brown. HEX triplet: 9A, 72 and 0E. RGB value is (154,114,14). Sum of RGB (Red+Green+Blue) = 154+114+14=282 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.61% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 154 - color contains mainly: red. Hex color #9A720E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A720E is #658DF1. Grayscale: #727272. Windows color (decimal): -6655474 or 946842. OLE color: 946842.

HSL color Cylindrical-coordinate representation of color #9A720E: hue angle of 42.86º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A720E is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB15411414-
CMYK00.260.910.40
HSL42.86º83.33%32.94%-
HSV(B)42.86º90.91%60.39%-
XYZ19.4218.943.05-
YUV114.5671.25156.13-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 54.61%
GREEN value IS 114 (44.92% from 255) = 40.43%
BLUE value IS 14 (5.86% from 255) = 4.96%
R=54.61%
G=40.43%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541141400.260.910.4042.8683.3332.94
Hex9A72E01A5B282b5321
Octal23216216032133505312341
Binary100110101110010111001101010110111010001010111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A720E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,114,14); }

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

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

 a { background-color: rgb(154,114,14); }

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

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

 span { border-color: rgb(154,114,14); }

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