Html Css Color HEX #A1713D Buttered Rum

📋 copy color: '#A1713D'

red 161 ◦ green 113 ◦ blue 61

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

Shades of Buttered Rum #A1713D

Tints of Buttered Rum #A1713D

RGB

 RED value IS 161 (63.28% from 255) = 48.06%

 GREEN value IS 113 (44.53% from 255) = 33.73%

 BLUE value IS 61 (24.22% from 255) = 18.21%

R = 48.06%
G = 33.73%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A1713D (or 0xA1713D) is known color: Buttered Rum. HEX triplet: A1, 71 and 3D. RGB value is (161,113,61). Sum of RGB (Red+Green+Blue) = 161+113+61=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A1713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1713D is #5E8EC2. Grayscale: #797979. Windows color (decimal): -6196931 or 4026785. OLE color: 4026785.

HSL color Cylindrical-coordinate representation of color #A1713D: hue angle of 31.2º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1713D is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 113 61 -
CMYK 0 0.30 0.62 0.37
HSL 31.2º 0.45% 0.44% -
HSV(B) 31.2º 0.62% 0.63% -
XYZ 21.45 19.72 7.09 -
YUV 121.42 93.9 156.23 -
System Red Green Blue C M Y K H S L
Decimal 161 113 61 0 0.30 0.62 0.37 31.2 0.45 0.44
Hex A1 71 3D 0 1E 3E 25 1F 2D 2C
Octal 241 161 75 0 36 76 45 37 55 54
Binary 10100001 1110001 111101 0 11110 111110 100101 11111 101101 101100

Color Harmonies of #A1713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1713D

Black with #A1713D

Text Example


Text Example

White with #A1713D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1713D; }

 p { color: rgb(161,113,61); }

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

background-color css

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

 a { background-color: rgb(161,113,61); }

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

border-color css

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

 span { border-color: rgb(161,113,61); }

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