Html Css Color HEX #A77248 Bourbon

📋 copy color: '#A77248'

red 167 ◦ green 114 ◦ blue 72

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

Shades of Bourbon #A77248

Tints of Bourbon #A77248

RGB

 RED value IS 167 (65.63% from 255) = 47.31%

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

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

R = 47.31%
G = 32.29%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A77248 (or 0xA77248) is known color: Bourbon. HEX triplet: A7, 72 and 48. RGB value is (167,114,72). Sum of RGB (Red+Green+Blue) = 167+114+72=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A77248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77248 is #588DB7. Grayscale: #7D7D7D. Windows color (decimal): -5803448 or 4747943. OLE color: 4747943.

HSL color Cylindrical-coordinate representation of color #A77248: hue angle of 26.53º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A77248 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 114 72 -
CMYK 0 0.32 0.57 0.35
HSL 26.53º 0.4% 0.47% -
HSV(B) 26.53º 0.57% 0.65% -
XYZ 23.12 20.72 8.91 -
YUV 125.06 98.06 157.92 -
System Red Green Blue C M Y K H S L
Decimal 167 114 72 0 0.32 0.57 0.35 26.53 0.4 0.47
Hex A7 72 48 0 20 39 23 1B 28 2F
Octal 247 162 110 0 40 71 43 33 50 57
Binary 10100111 1110010 1001000 0 100000 111001 100011 11011 101000 101111

Color Harmonies of #A77248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77248

Black with #A77248

Text Example


Text Example

White with #A77248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77248; }

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

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

background-color css

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

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

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

border-color css

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

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

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