Html Css Color HEX #A4743C Buttered Rum

📋 copy color: '#A4743C'

red 164 ◦ green 116 ◦ blue 60

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

Shades of Buttered Rum #A4743C

Tints of Buttered Rum #A4743C

RGB

 RED value IS 164 (64.45% from 255) = 48.24%

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

 BLUE value IS 60 (23.83% from 255) = 17.65%

R = 48.24%
G = 34.12%
B = 17.65%

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

#A4743C (or 0xA4743C) is known color: Buttered Rum. HEX triplet: A4, 74 and 3C. RGB value is (164,116,60). Sum of RGB (Red+Green+Blue) = 164+116+60=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A4743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4743C is #5B8BC3. Grayscale: #7C7C7C. Windows color (decimal): -5999556 or 3962020. OLE color: 3962020.

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

Color convert

RGB 164 116 60 -
CMYK 0 0.29 0.63 0.36
HSL 32.31º 0.46% 0.44% -
HSV(B) 32.31º 0.63% 0.64% -
XYZ 22.37 20.71 7.09 -
YUV 123.97 91.9 156.55 -
System Red Green Blue C M Y K H S L
Decimal 164 116 60 0 0.29 0.63 0.36 32.31 0.46 0.44
Hex A4 74 3C 0 1D 3F 24 20 2E 2C
Octal 244 164 74 0 35 77 44 40 56 54
Binary 10100100 1110100 111100 0 11101 111111 100100 100000 101110 101100

Color Harmonies of #A4743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4743C

Black with #A4743C

Text Example


Text Example

White with #A4743C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4743C; }

 p { color: rgb(164,116,60); }

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

background-color css

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

 a { background-color: rgb(164,116,60); }

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

border-color css

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

 span { border-color: rgb(164,116,60); }

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