Html Css Color HEX #A47048 Bourbon

📋 copy color: '#A47048'

red 164 ◦ green 112 ◦ blue 72

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

Shades of Bourbon #A47048

Tints of Bourbon #A47048

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.18%

 BLUE value IS 72 (28.52% from 255) = 20.69%

R = 47.13%
G = 32.18%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A47048 (or 0xA47048) is known color: Bourbon. HEX triplet: A4, 70 and 48. RGB value is (164,112,72). Sum of RGB (Red+Green+Blue) = 164+112+72=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A47048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47048 is #5B8FB7. Grayscale: #7B7B7B. Windows color (decimal): -6000568 or 4747428. OLE color: 4747428.

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

Color convert

RGB 164 112 72 -
CMYK 0 0.32 0.56 0.36
HSL 26.09º 0.39% 0.46% -
HSV(B) 26.09º 0.56% 0.64% -
XYZ 22.27 19.95 8.81 -
YUV 122.99 99.23 157.25 -
System Red Green Blue C M Y K H S L
Decimal 164 112 72 0 0.32 0.56 0.36 26.09 0.39 0.46
Hex A4 70 48 0 20 38 24 1A 27 2E
Octal 244 160 110 0 40 70 44 32 47 56
Binary 10100100 1110000 1001000 0 100000 111000 100100 11010 100111 101110

Color Harmonies of #A47048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47048

Black with #A47048

Text Example


Text Example

White with #A47048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47048; }

 p { color: rgb(164,112,72); }

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

background-color css

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

 a { background-color: rgb(164,112,72); }

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

border-color css

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

 span { border-color: rgb(164,112,72); }

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