Html Css Color HEX #A3743D Buttered Rum

📋 copy color: '#A3743D'

red 163 ◦ green 116 ◦ blue 61

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

Shades of Buttered Rum #A3743D

Tints of Buttered Rum #A3743D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.94%

R = 47.94%
G = 34.12%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3743D (or 0xA3743D) is known color: Buttered Rum. HEX triplet: A3, 74 and 3D. RGB value is (163,116,61). Sum of RGB (Red+Green+Blue) = 163+116+61=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A3743D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3743D is #5C8BC2. Grayscale: #7C7C7C. Windows color (decimal): -6065091 or 4027555. OLE color: 4027555.

HSL color Cylindrical-coordinate representation of color #A3743D: hue angle of 32.35º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3743D is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 116 61 -
CMYK 0 0.29 0.63 0.36
HSL 32.35º 0.46% 0.44% -
HSV(B) 32.35º 0.63% 0.64% -
XYZ 22.19 20.61 7.22 -
YUV 123.78 92.57 155.97 -
System Red Green Blue C M Y K H S L
Decimal 163 116 61 0 0.29 0.63 0.36 32.35 0.46 0.44
Hex A3 74 3D 0 1D 3F 24 20 2E 2C
Octal 243 164 75 0 35 77 44 40 56 54
Binary 10100011 1110100 111101 0 11101 111111 100100 100000 101110 101100

Color Harmonies of #A3743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3743D

Black with #A3743D

Text Example


Text Example

White with #A3743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3743D; }

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

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

background-color css

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

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

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

border-color css

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

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

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