#9A740F

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

Shades of Golden Brown #9A740F

Tints of Golden Brown #9A740F

Color information

#9A740F (or 0x9A740F) is unknown color: approx Golden Brown. HEX triplet: 9A, 74 and 0F. RGB value is (154,116,15). Sum of RGB (Red+Green+Blue) = 154+116+15=285 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.04% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 154 - color contains mainly: red. Hex color #9A740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A740F is #658BF0. Grayscale: #747474. Windows color (decimal): -6654961 or 1012890. OLE color: 1012890.

HSL color Cylindrical-coordinate representation of color #9A740F: hue angle of 43.6º 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 #9A740F is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB15411615-
CMYK00.250.900.40
HSL43.6º82.25%33.14%-
HSV(B)43.6º90.26%60.39%-
XYZ19.6619.43.16-
YUV115.8571.09155.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 54.04%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 15 (6.25% from 255) = 5.26%
R=54.04%
G=40.70%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.90
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541161500.250.900.4043.682.2533.14
Hex9A74F0195A282c5221
Octal23216417031132505412241
Binary100110101110100111101100110110101010001011001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A740F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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