#A3760E

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

Shades of Golden Brown #A3760E

Tints of Golden Brown #A3760E

Color information

#A3760E (or 0xA3760E) is unknown color: approx Golden Brown. HEX triplet: A3, 76 and 0E. RGB value is (163,118,14). Sum of RGB (Red+Green+Blue) = 163+118+14=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A3760E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3760E is #5C89F1. Grayscale: #787878. Windows color (decimal): -6064626 or 947875. OLE color: 947875.

HSL color Cylindrical-coordinate representation of color #A3760E: hue angle of 41.88º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3760E is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB16311814-
CMYK00.280.910.36
HSL41.88º84.18%34.71%-
HSV(B)41.88º91.41%63.92%-
XYZ21.6620.783.28-
YUV119.668.41158.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.25%
GREEN value IS 118 (46.48% from 255) = 40%
BLUE value IS 14 (5.86% from 255) = 4.75%
R=55.25%
G=40%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631181400.280.910.3641.8884.1834.71
HexA376E01C5B242a5423
Octal24316616034133445212443
Binary101000111110110111001110010110111001001010101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3760E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3760E; }

 p { color: rgb(163,118,14); }

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

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

 a { background-color: rgb(163,118,14); }

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

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

 span { border-color: rgb(163,118,14); }

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