Html Css Color HEX #A47248 Bourbon

📋 copy color: '#A47248'

red 164 ◦ green 114 ◦ blue 72

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

Shades of Bourbon #A47248

Tints of Bourbon #A47248

RGB

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

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

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

R = 46.86%
G = 32.57%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A47248 (or 0xA47248) is known color: Bourbon. HEX triplet: A4, 72 and 48. RGB value is (164,114,72). Sum of RGB (Red+Green+Blue) = 164+114+72=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A47248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47248 is #5B8DB7. Grayscale: #7C7C7C. Windows color (decimal): -6000056 or 4747940. OLE color: 4747940.

HSL color Cylindrical-coordinate representation of color #A47248: hue angle of 27.39º 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 #A47248 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 114 72 -
CMYK 0 0.30 0.56 0.36
HSL 27.39º 0.39% 0.46% -
HSV(B) 27.39º 0.56% 0.64% -
XYZ 22.5 20.4 8.88 -
YUV 124.16 98.57 156.42 -
System Red Green Blue C M Y K H S L
Decimal 164 114 72 0 0.30 0.56 0.36 27.39 0.39 0.46
Hex A4 72 48 0 1E 38 24 1B 27 2E
Octal 244 162 110 0 36 70 44 33 47 56
Binary 10100100 1110010 1001000 0 11110 111000 100100 11011 100111 101110

Color Harmonies of #A47248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47248

Black with #A47248

Text Example


Text Example

White with #A47248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47248; }

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

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

background-color css

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

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

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

border-color css

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

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

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