Html Css Color HEX #A37441 Bourbon

📋 copy color: '#A37441'

red 163 ◦ green 116 ◦ blue 65

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

Shades of Bourbon #A37441

Tints of Bourbon #A37441

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.72%

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

R = 47.38%
G = 33.72%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A37441 (or 0xA37441) is known color: Bourbon. HEX triplet: A3, 74 and 41. RGB value is (163,116,65). Sum of RGB (Red+Green+Blue) = 163+116+65=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A37441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37441 is #5C8BBE. Grayscale: #7C7C7C. Windows color (decimal): -6065087 or 4289699. OLE color: 4289699.

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

Color convert

RGB 163 116 65 -
CMYK 0 0.29 0.60 0.36
HSL 31.22º 0.43% 0.45% -
HSV(B) 31.22º 0.6% 0.64% -
XYZ 22.3 20.66 7.81 -
YUV 124.24 94.57 155.65 -
System Red Green Blue C M Y K H S L
Decimal 163 116 65 0 0.29 0.60 0.36 31.22 0.43 0.45
Hex A3 74 41 0 1D 3C 24 1F 2B 2D
Octal 243 164 101 0 35 74 44 37 53 55
Binary 10100011 1110100 1000001 0 11101 111100 100100 11111 101011 101101

Color Harmonies of #A37441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37441

Black with #A37441

Text Example


Text Example

White with #A37441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37441; }

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

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

background-color css

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

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

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

border-color css

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

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

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