Html Css Color HEX #A36C2E Buttered Rum

📋 copy color: '#A36C2E'

red 163 ◦ green 108 ◦ blue 46

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

Shades of Buttered Rum #A36C2E

Tints of Buttered Rum #A36C2E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.07%

 BLUE value IS 46 (18.36% from 255) = 14.51%

R = 51.42%
G = 34.07%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A36C2E (or 0xA36C2E) is known color: Buttered Rum. HEX triplet: A3, 6C and 2E. RGB value is (163,108,46). Sum of RGB (Red+Green+Blue) = 163+108+46=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C2E is #5C93D1. Grayscale: #757575. Windows color (decimal): -6067154 or 3042467. OLE color: 3042467.

HSL color Cylindrical-coordinate representation of color #A36C2E: hue angle of 31.79º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A36C2E is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 108 46 -
CMYK 0 0.34 0.72 0.36
HSL 31.79º 0.56% 0.41% -
HSV(B) 31.79º 0.72% 0.64% -
XYZ 20.96 18.71 5.09 -
YUV 117.38 87.72 160.54 -
System Red Green Blue C M Y K H S L
Decimal 163 108 46 0 0.34 0.72 0.36 31.79 0.56 0.41
Hex A3 6C 2E 0 22 48 24 20 38 29
Octal 243 154 56 0 42 110 44 40 70 51
Binary 10100011 1101100 101110 0 100010 1001000 100100 100000 111000 101001

Color Harmonies of #A36C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36C2E

Black with #A36C2E

Text Example


Text Example

White with #A36C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36C2E; }

 p { color: rgb(163,108,46); }

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

background-color css

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

 a { background-color: rgb(163,108,46); }

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

border-color css

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

 span { border-color: rgb(163,108,46); }

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