Html Css Color HEX #A47404 Golden Brown

📋 copy color: '#A47404'

red 164 ◦ green 116 ◦ blue 4

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

Shades of Golden Brown #A47404

Tints of Golden Brown #A47404

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.85%

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

R = 57.75%
G = 40.85%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A47404 (or 0xA47404) is known color: Golden Brown. HEX triplet: A4, 74 and 04. RGB value is (164,116,4). Sum of RGB (Red+Green+Blue) = 164+116+4=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 4 (1.95% from 255 or 1.41% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A47404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47404 is #5B8BFB. Grayscale: #767676. Windows color (decimal): -5999612 or 292004. OLE color: 292004.

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

Color convert

RGB 164 116 4 -
CMYK 0 0.29 0.98 0.36
HSL 42º 0.95% 0.33% -
HSV(B) 42º 0.98% 0.64% -
XYZ 21.58 20.39 2.91 -
YUV 117.58 63.9 161.11 -
System Red Green Blue C M Y K H S L
Decimal 164 116 4 0 0.29 0.98 0.36 42 0.95 0.33
Hex A4 74 4 0 1D 62 24 2A 5F 21
Octal 244 164 4 0 35 142 44 52 137 41
Binary 10100100 1110100 100 0 11101 1100010 100100 101010 1011111 100001

Color Harmonies of #A47404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47404

Black with #A47404

Text Example


Text Example

White with #A47404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47404; }

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

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

background-color css

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

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

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

border-color css

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

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

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