Html Css Color HEX #A36F2B Buttered Rum

📋 copy color: '#A36F2B'

red 163 ◦ green 111 ◦ blue 43

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

Shades of Buttered Rum #A36F2B

Tints of Buttered Rum #A36F2B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.02%

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

R = 51.42%
G = 35.02%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A36F2B (or 0xA36F2B) is known color: Buttered Rum. HEX triplet: A3, 6F and 2B. RGB value is (163,111,43). Sum of RGB (Red+Green+Blue) = 163+111+43=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36F2B is #5C90D4. Grayscale: #777777. Windows color (decimal): -6066389 or 2846627. OLE color: 2846627.

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

Color convert

RGB 163 111 43 -
CMYK 0 0.32 0.74 0.36
HSL 34º 0.58% 0.4% -
HSV(B) 34º 0.74% 0.64% -
XYZ 21.22 19.33 4.9 -
YUV 118.8 85.23 159.53 -
System Red Green Blue C M Y K H S L
Decimal 163 111 43 0 0.32 0.74 0.36 34 0.58 0.4
Hex A3 6F 2B 0 20 4A 24 22 3A 28
Octal 243 157 53 0 40 112 44 42 72 50
Binary 10100011 1101111 101011 0 100000 1001010 100100 100010 111010 101000

Color Harmonies of #A36F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36F2B

Black with #A36F2B

Text Example


Text Example

White with #A36F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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