Html Css Color HEX #A36C2B Buttered Rum

📋 copy color: '#A36C2B'

red 163 ◦ green 108 ◦ blue 43

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

Shades of Buttered Rum #A36C2B

Tints of Buttered Rum #A36C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.69%

R = 51.91%
G = 34.39%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A36C2B (or 0xA36C2B) is known color: Buttered Rum. HEX triplet: A3, 6C and 2B. RGB value is (163,108,43). Sum of RGB (Red+Green+Blue) = 163+108+43=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C2B is #5C93D4. Grayscale: #757575. Windows color (decimal): -6067157 or 2845859. OLE color: 2845859.

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

Color convert

RGB 163 108 43 -
CMYK 0 0.34 0.74 0.36
HSL 32.5º 0.58% 0.4% -
HSV(B) 32.5º 0.74% 0.64% -
XYZ 20.9 18.69 4.79 -
YUV 117.04 86.22 160.79 -
System Red Green Blue C M Y K H S L
Decimal 163 108 43 0 0.34 0.74 0.36 32.5 0.58 0.4
Hex A3 6C 2B 0 22 4A 24 20 3A 28
Octal 243 154 53 0 42 112 44 40 72 50
Binary 10100011 1101100 101011 0 100010 1001010 100100 100000 111010 101000

Color Harmonies of #A36C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36C2B

Black with #A36C2B

Text Example


Text Example

White with #A36C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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