#A45304

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

Shades of Golden Brown #A45304

Tints of Golden Brown #A45304

Color information

#A45304 (or 0xA45304) is unknown color: approx Golden Brown. HEX triplet: A4, 53 and 04. RGB value is (164,83,4). Sum of RGB (Red+Green+Blue) = 164+83+4=251 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.34% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 164 - color contains mainly: red. Hex color #A45304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45304 is #5BACFB. Grayscale: #626262. Windows color (decimal): -6008060 or 283556. OLE color: 283556.

HSL color Cylindrical-coordinate representation of color #A45304: hue angle of 29.62º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A45304 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB164834-
CMYK00.490.980.36
HSL29.62º95.24%32.94%-
HSV(B)29.62º97.56%64.31%-
XYZ18.4314.091.86-
YUV98.2174.84174.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 65.34%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 4 (1.95% from 255) = 1.59%
R=65.34%
G=33.07%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16483400.490.980.3629.6295.2432.94
HexA453403162241e5f21
Octal2441234061142443613741
Binary10100100101001110001100011100010100100111101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45304; }

 p { color: rgb(164,83,4); }

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

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

 a { background-color: rgb(164,83,4); }

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

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

 span { border-color: rgb(164,83,4); }

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