Html Css Color HEX #A47405 Golden Brown

📋 copy color: '#A47405'

red 164 ◦ green 116 ◦ blue 5

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

Shades of Golden Brown #A47405

Tints of Golden Brown #A47405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.75%

R = 57.54%
G = 40.7%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A47405 (or 0xA47405) is known color: Golden Brown. HEX triplet: A4, 74 and 05. RGB value is (164,116,5). Sum of RGB (Red+Green+Blue) = 164+116+5=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A47405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47405 is #5B8BFA. Grayscale: #767676. Windows color (decimal): -5999611 or 357540. OLE color: 357540.

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

Color convert

RGB 164 116 5 -
CMYK 0 0.29 0.97 0.36
HSL 41.89º 0.94% 0.33% -
HSV(B) 41.89º 0.97% 0.64% -
XYZ 21.58 20.39 2.94 -
YUV 117.7 64.4 161.03 -
System Red Green Blue C M Y K H S L
Decimal 164 116 5 0 0.29 0.97 0.36 41.89 0.94 0.33
Hex A4 74 5 0 1D 61 24 2A 5E 21
Octal 244 164 5 0 35 141 44 52 136 41
Binary 10100100 1110100 101 0 11101 1100001 100100 101010 1011110 100001

Color Harmonies of #A47405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47405

Black with #A47405

Text Example


Text Example

White with #A47405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47405; }

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

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

background-color css

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

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

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

border-color css

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

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

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