#8A6114

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

Shades of Golden Brown #8A6114

Tints of Golden Brown #8A6114

Color information

#8A6114 (or 0x8A6114) is unknown color: approx Golden Brown. HEX triplet: 8A, 61 and 14. RGB value is (138,97,20). Sum of RGB (Red+Green+Blue) = 138+97+20=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6114 is #759EEB. Grayscale: #646464. Windows color (decimal): -7708396 or 1335690. OLE color: 1335690.

HSL color Cylindrical-coordinate representation of color #8A6114: hue angle of 39.15º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A6114 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB1389720-
CMYK00.300.860.46
HSL39.15º74.68%30.98%-
HSV(B)39.15º85.51%54.12%-
XYZ14.88142.58-
YUV100.4882.58154.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.12%
GREEN value IS 97 (38.28% from 255) = 38.04%
BLUE value IS 20 (8.20% from 255) = 7.84%
R=54.12%
G=38.04%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138972000.300.860.4639.1574.6830.98
Hex8A611401E562E274b1f
Octal21214124036126564711337
Binary100010101100001101000111101010110101110100111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A6114; }

 p { color: rgb(138,97,20); }

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

<style>
 a { background-color: #8A6114; }

 a { background-color: rgb(138,97,20); }

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

<style>
 span { border-color: #8A6114; }

 span { border-color: rgb(138,97,20); }

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