#A5540D

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

Shades of Golden Brown #A5540D

Tints of Golden Brown #A5540D

Color information

#A5540D (or 0xA5540D) is unknown color: approx Golden Brown. HEX triplet: A5, 54 and 0D. RGB value is (165,84,13). Sum of RGB (Red+Green+Blue) = 165+84+13=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A5540D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5540D is #5AABF2. Grayscale: #646464. Windows color (decimal): -5942259 or 873637. OLE color: 873637.

HSL color Cylindrical-coordinate representation of color #A5540D: hue angle of 28.03º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5540D is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB1658413-
CMYK00.490.920.35
HSL28.03º85.39%34.9%-
HSV(B)28.03º92.12%64.71%-
XYZ18.7614.372.17-
YUV100.1278.84174.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.98%
GREEN value IS 84 (33.20% from 255) = 32.06%
BLUE value IS 13 (5.47% from 255) = 4.96%
R=62.98%
G=32.06%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165841300.490.920.3528.0385.3934.9
HexA554D0315C231c5523
Octal24512415061134433412543
Binary101001011010100110101100011011100100011111001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5540D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5540D; }

 p { color: rgb(165,84,13); }

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

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

 a { background-color: rgb(165,84,13); }

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

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

 span { border-color: rgb(165,84,13); }

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