Html Css Color HEX #A37242 Bourbon

📋 copy color: '#A37242'

red 163 ◦ green 114 ◦ blue 66

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

Shades of Bourbon #A37242

Tints of Bourbon #A37242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.24%

R = 47.52%
G = 33.24%
B = 19.24%

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

#A37242 (or 0xA37242) is known color: Bourbon. HEX triplet: A3, 72 and 42. RGB value is (163,114,66). Sum of RGB (Red+Green+Blue) = 163+114+66=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A37242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37242 is #5C8DBD. Grayscale: #7B7B7B. Windows color (decimal): -6065598 or 4354723. OLE color: 4354723.

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

Color convert

RGB 163 114 66 -
CMYK 0 0.30 0.60 0.36
HSL 29.69º 0.42% 0.45% -
HSV(B) 29.69º 0.6% 0.64% -
XYZ 22.1 20.21 7.89 -
YUV 123.18 95.73 156.4 -
System Red Green Blue C M Y K H S L
Decimal 163 114 66 0 0.30 0.60 0.36 29.69 0.42 0.45
Hex A3 72 42 0 1E 3C 24 1E 2A 2D
Octal 243 162 102 0 36 74 44 36 52 55
Binary 10100011 1110010 1000010 0 11110 111100 100100 11110 101010 101101

Color Harmonies of #A37242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37242

Black with #A37242

Text Example


Text Example

White with #A37242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37242; }

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

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

background-color css

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

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

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

border-color css

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

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

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