Html Css Color HEX #A37241 Bourbon

📋 copy color: '#A37241'

red 163 ◦ green 114 ◦ blue 65

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

Shades of Bourbon #A37241

Tints of Bourbon #A37241

RGB

 RED value IS 163 (64.06% from 255) = 47.66%

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

 BLUE value IS 65 (25.78% from 255) = 19.01%

R = 47.66%
G = 33.33%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A37241 (or 0xA37241) is known color: Bourbon. HEX triplet: A3, 72 and 41. RGB value is (163,114,65). Sum of RGB (Red+Green+Blue) = 163+114+65=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A37241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37241 is #5C8DBE. Grayscale: #7B7B7B. Windows color (decimal): -6065599 or 4289187. OLE color: 4289187.

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

Color convert

RGB 163 114 65 -
CMYK 0 0.30 0.60 0.36
HSL 30º 0.43% 0.45% -
HSV(B) 30º 0.6% 0.64% -
XYZ 22.08 20.2 7.74 -
YUV 123.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 163 114 65 0 0.30 0.60 0.36 30 0.43 0.45
Hex A3 72 41 0 1E 3C 24 1E 2B 2D
Octal 243 162 101 0 36 74 44 36 53 55
Binary 10100011 1110010 1000001 0 11110 111100 100100 11110 101011 101101

Color Harmonies of #A37241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37241

Black with #A37241

Text Example


Text Example

White with #A37241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37241; }

 p { color: rgb(163,114,65); }

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

background-color css

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

 a { background-color: rgb(163,114,65); }

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

border-color css

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

 span { border-color: rgb(163,114,65); }

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