Html Css Color HEX #A47213 Golden Brown

📋 copy color: '#A47213'

red 164 ◦ green 114 ◦ blue 19

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

Shades of Golden Brown #A47213

Tints of Golden Brown #A47213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.4%

R = 55.22%
G = 38.38%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A47213 (or 0xA47213) is known color: Golden Brown. HEX triplet: A4, 72 and 13. RGB value is (164,114,19). Sum of RGB (Red+Green+Blue) = 164+114+19=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A47213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47213 is #5B8DEC. Grayscale: #767676. Windows color (decimal): -6000109 or 1274532. OLE color: 1274532.

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

Color convert

RGB 164 114 19 -
CMYK 0 0.30 0.88 0.36
HSL 39.31º 0.79% 0.36% -
HSV(B) 39.31º 0.88% 0.64% -
XYZ 21.44 19.97 3.34 -
YUV 118.12 72.07 160.72 -
System Red Green Blue C M Y K H S L
Decimal 164 114 19 0 0.30 0.88 0.36 39.31 0.79 0.36
Hex A4 72 13 0 1E 58 24 27 4F 24
Octal 244 162 23 0 36 130 44 47 117 44
Binary 10100100 1110010 10011 0 11110 1011000 100100 100111 1001111 100100

Color Harmonies of #A47213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47213

Black with #A47213

Text Example


Text Example

White with #A47213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47213; }

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

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

background-color css

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

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

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

border-color css

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

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

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