Html Css Color HEX #A45404 Golden Brown

📋 copy color: '#A45404'

red 164 ◦ green 84 ◦ blue 4

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

Shades of Golden Brown #A45404

Tints of Golden Brown #A45404

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.33%

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

R = 65.08%
G = 33.33%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A45404 (or 0xA45404) is known color: Golden Brown. HEX triplet: A4, 54 and 04. RGB value is (164,84,4). Sum of RGB (Red+Green+Blue) = 164+84+4=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A45404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45404 is #5BABFB. Grayscale: #636363. Windows color (decimal): -6007804 or 283812. OLE color: 283812.

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

Color convert

RGB 164 84 4 -
CMYK 0 0.49 0.98 0.36
HSL 30º 0.95% 0.33% -
HSV(B) 30º 0.98% 0.64% -
XYZ 18.5 14.24 1.89 -
YUV 98.8 74.5 174.5 -
System Red Green Blue C M Y K H S L
Decimal 164 84 4 0 0.49 0.98 0.36 30 0.95 0.33
Hex A4 54 4 0 31 62 24 1E 5F 21
Octal 244 124 4 0 61 142 44 36 137 41
Binary 10100100 1010100 100 0 110001 1100010 100100 11110 1011111 100001

Color Harmonies of #A45404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45404

Black with #A45404

Text Example


Text Example

White with #A45404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45404; }

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

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

background-color css

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

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

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

border-color css

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

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

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