#A36B23

Color #A36B23 Buttered Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttered Rum #A36B23

Tints of Buttered Rum #A36B23

Color information

#A36B23 (or 0xA36B23) is unknown color: approx Buttered Rum. HEX triplet: A3, 6B and 23. RGB value is (163,107,35). Sum of RGB (Red+Green+Blue) = 163+107+35=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A36B23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36B23 is #5C94DC. Grayscale: #737373. Windows color (decimal): -6067421 or 2321315. OLE color: 2321315.

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

Color convert

RGB16310735-
CMYK00.340.790.36
HSL33.75º64.65%38.82%-
HSV(B)33.75º78.53%63.92%-
XYZ20.6718.424.06-
YUV115.5482.55161.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.44%
GREEN value IS 107 (42.19% from 255) = 35.08%
BLUE value IS 35 (14.06% from 255) = 11.48%
R=53.44%
G=35.08%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631073500.340.790.3633.7564.6538.82
HexA36B230224F24224127
Octal24315343042117444210147
Binary101000111101011100011010001010011111001001000101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36B23; }

 p { color: rgb(163,107,35); }

 H1.HeaderClassName
 {
   color: #A36B23;
 }
 .AnyTagClassName
 {
   color: #A36B23;
 }
</style>
background-color css

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

 a { background-color: rgb(163,107,35); }

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

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

 span { border-color: rgb(163,107,35); }

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