Html Css Color HEX #A47201 Golden Brown

📋 copy color: '#A47201'

red 164 ◦ green 114 ◦ blue 1

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

Shades of Golden Brown #A47201

Tints of Golden Brown #A47201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.86%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 58.78%
G = 40.86%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A47201 (or 0xA47201) is known color: Golden Brown. HEX triplet: A4, 72 and 01. RGB value is (164,114,1). Sum of RGB (Red+Green+Blue) = 164+114+1=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A47201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47201 is #5B8DFE. Grayscale: #747474. Windows color (decimal): -6000127 or 94884. OLE color: 94884.

HSL color Cylindrical-coordinate representation of color #A47201: hue angle of 41.6º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A47201 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 114 1 -
CMYK 0 0.30 0.99 0.36
HSL 41.6º 0.99% 0.32% -
HSV(B) 41.6º 0.99% 0.64% -
XYZ 21.33 19.93 2.75 -
YUV 116.07 63.07 162.19 -
System Red Green Blue C M Y K H S L
Decimal 164 114 1 0 0.30 0.99 0.36 41.6 0.99 0.32
Hex A4 72 1 0 1E 63 24 2A 63 20
Octal 244 162 1 0 36 143 44 52 143 40
Binary 10100100 1110010 1 0 11110 1100011 100100 101010 1100011 100000

Color Harmonies of #A47201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47201

Black with #A47201

Text Example


Text Example

White with #A47201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47201; }

 p { color: rgb(164,114,1); }

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

background-color css

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

 a { background-color: rgb(164,114,1); }

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

border-color css

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

 span { border-color: rgb(164,114,1); }

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