Html Css Color HEX #A37130 Buttered Rum

📋 copy color: '#A37130'

red 163 ◦ green 113 ◦ blue 48

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

Shades of Buttered Rum #A37130

Tints of Buttered Rum #A37130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.81%

R = 50.31%
G = 34.88%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A37130 (or 0xA37130) is known color: Buttered Rum. HEX triplet: A3, 71 and 30. RGB value is (163,113,48). Sum of RGB (Red+Green+Blue) = 163+113+48=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A37130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37130 is #5C8ECF. Grayscale: #787878. Windows color (decimal): -6065872 or 3174819. OLE color: 3174819.

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

Color convert

RGB 163 113 48 -
CMYK 0 0.31 0.71 0.36
HSL 33.91º 0.55% 0.41% -
HSV(B) 33.91º 0.71% 0.64% -
XYZ 21.54 19.81 5.48 -
YUV 120.54 87.07 158.29 -
System Red Green Blue C M Y K H S L
Decimal 163 113 48 0 0.31 0.71 0.36 33.91 0.55 0.41
Hex A3 71 30 0 1F 47 24 22 37 29
Octal 243 161 60 0 37 107 44 42 67 51
Binary 10100011 1110001 110000 0 11111 1000111 100100 100010 110111 101001

Color Harmonies of #A37130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37130

Black with #A37130

Text Example


Text Example

White with #A37130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37130; }

 p { color: rgb(163,113,48); }

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

background-color css

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

 a { background-color: rgb(163,113,48); }

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

border-color css

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

 span { border-color: rgb(163,113,48); }

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