Html Css Color HEX #A47411 Golden Brown

📋 copy color: '#A47411'

red 164 ◦ green 116 ◦ blue 17

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

Shades of Golden Brown #A47411

Tints of Golden Brown #A47411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.72%

R = 55.22%
G = 39.06%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A47411 (or 0xA47411) is known color: Golden Brown. HEX triplet: A4, 74 and 11. RGB value is (164,116,17). Sum of RGB (Red+Green+Blue) = 164+116+17=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A47411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47411 is #5B8BEE. Grayscale: #777777. Windows color (decimal): -5999599 or 1143972. OLE color: 1143972.

HSL color Cylindrical-coordinate representation of color #A47411: hue angle of 40.41º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A47411 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 116 17 -
CMYK 0 0.29 0.90 0.36
HSL 40.41º 0.81% 0.35% -
HSV(B) 40.41º 0.9% 0.64% -
XYZ 21.66 20.42 3.33 -
YUV 119.07 70.4 160.05 -
System Red Green Blue C M Y K H S L
Decimal 164 116 17 0 0.29 0.90 0.36 40.41 0.81 0.35
Hex A4 74 11 0 1D 5A 24 28 51 23
Octal 244 164 21 0 35 132 44 50 121 43
Binary 10100100 1110100 10001 0 11101 1011010 100100 101000 1010001 100011

Color Harmonies of #A47411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47411

Black with #A47411

Text Example


Text Example

White with #A47411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47411; }

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

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

background-color css

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

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

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

border-color css

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

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

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