#9A720F

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

Shades of Golden Brown #9A720F

Tints of Golden Brown #9A720F

Color information

#9A720F (or 0x9A720F) is unknown color: approx Golden Brown. HEX triplet: 9A, 72 and 0F. RGB value is (154,114,15). Sum of RGB (Red+Green+Blue) = 154+114+15=283 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.42% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 154 - color contains mainly: red. Hex color #9A720F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A720F is #658DF0. Grayscale: #737373. Windows color (decimal): -6655473 or 1012378. OLE color: 1012378.

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

Color convert

RGB15411415-
CMYK00.260.900.40
HSL42.73º82.25%33.14%-
HSV(B)42.73º90.26%60.39%-
XYZ19.4318.943.08-
YUV114.6771.75156.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 54.42%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 15 (6.25% from 255) = 5.30%
R=54.42%
G=40.28%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.90
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541141500.260.900.4042.7382.2533.14
Hex9A72F01A5A282b5221
Octal23216217032132505312241
Binary100110101110010111101101010110101010001010111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A720F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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