Html Css Color HEX #A45904 Golden Brown

📋 copy color: '#A45904'

red 164 ◦ green 89 ◦ blue 4

#A45904
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A45904

Tints of Golden Brown #A45904

RGB

 RED value IS 164 (64.45% from 255) = 63.81%

 GREEN value IS 89 (35.16% from 255) = 34.63%

 BLUE value IS 4 (1.95% from 255) = 1.56%

R = 63.81%
G = 34.63%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A45904 (or 0xA45904) is known color: Golden Brown. HEX triplet: A4, 59 and 04. RGB value is (164,89,4). Sum of RGB (Red+Green+Blue) = 164+89+4=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A45904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45904 is #5BA6FB. Grayscale: #666666. Windows color (decimal): -6006524 or 285092. OLE color: 285092.

HSL color Cylindrical-coordinate representation of color #A45904: hue angle of 31.88º 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 #A45904 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 89 4 -
CMYK 0 0.46 0.98 0.36
HSL 31.88º 0.95% 0.33% -
HSV(B) 31.88º 0.98% 0.64% -
XYZ 18.9 15.05 2.02 -
YUV 101.74 72.85 172.41 -
System Red Green Blue C M Y K H S L
Decimal 164 89 4 0 0.46 0.98 0.36 31.88 0.95 0.33
Hex A4 59 4 0 2E 62 24 20 5F 21
Octal 244 131 4 0 56 142 44 40 137 41
Binary 10100100 1011001 100 0 101110 1100010 100100 100000 1011111 100001

Color Harmonies of #A45904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45904

Black with #A45904

Text Example


Text Example

White with #A45904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45904; }

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

 H1.HeaderClassName
 {
   color: #A45904;
 }
 .AnyTagClassName
 {
   color: #A45904;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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