Html Css Color HEX #A77048 Bourbon

📋 copy color: '#A77048'

red 167 ◦ green 112 ◦ blue 72

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

Shades of Bourbon #A77048

Tints of Bourbon #A77048

RGB

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

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

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

R = 47.58%
G = 31.91%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A77048 (or 0xA77048) is known color: Bourbon. HEX triplet: A7, 70 and 48. RGB value is (167,112,72). Sum of RGB (Red+Green+Blue) = 167+112+72=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 167 - color contains mainly: red. Hex color #A77048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77048 is #588FB7. Grayscale: #7C7C7C. Windows color (decimal): -5803960 or 4747431. OLE color: 4747431.

HSL color Cylindrical-coordinate representation of color #A77048: hue angle of 25.26º 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 #A77048 is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 112 72 -
CMYK 0 0.33 0.57 0.35
HSL 25.26º 0.4% 0.47% -
HSV(B) 25.26º 0.57% 0.65% -
XYZ 22.9 20.27 8.84 -
YUV 123.89 98.72 158.75 -
System Red Green Blue C M Y K H S L
Decimal 167 112 72 0 0.33 0.57 0.35 25.26 0.4 0.47
Hex A7 70 48 0 21 39 23 19 28 2F
Octal 247 160 110 0 41 71 43 31 50 57
Binary 10100111 1110000 1001000 0 100001 111001 100011 11001 101000 101111

Color Harmonies of #A77048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77048

Black with #A77048

Text Example


Text Example

White with #A77048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77048; }

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

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

background-color css

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

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

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

border-color css

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

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

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