Html Css Color HEX #A47237 Buttered Rum

📋 copy color: '#A47237'

red 164 ◦ green 114 ◦ blue 55

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

Shades of Buttered Rum #A47237

Tints of Buttered Rum #A47237

RGB

 RED value IS 164 (64.45% from 255) = 49.25%

 GREEN value IS 114 (44.92% from 255) = 34.23%

 BLUE value IS 55 (21.88% from 255) = 16.52%

R = 49.25%
G = 34.23%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A47237 (or 0xA47237) is known color: Buttered Rum. HEX triplet: A4, 72 and 37. RGB value is (164,114,55). Sum of RGB (Red+Green+Blue) = 164+114+55=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A47237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47237 is #5B8DC8. Grayscale: #7A7A7A. Windows color (decimal): -6000073 or 3633828. OLE color: 3633828.

HSL color Cylindrical-coordinate representation of color #A47237: hue angle of 32.48º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A47237 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 114 55 -
CMYK 0 0.30 0.66 0.36
HSL 32.48º 0.5% 0.43% -
HSV(B) 32.48º 0.66% 0.64% -
XYZ 22.02 20.2 6.35 -
YUV 122.22 90.07 157.8 -
System Red Green Blue C M Y K H S L
Decimal 164 114 55 0 0.30 0.66 0.36 32.48 0.5 0.43
Hex A4 72 37 0 1E 42 24 20 32 2B
Octal 244 162 67 0 36 102 44 40 62 53
Binary 10100100 1110010 110111 0 11110 1000010 100100 100000 110010 101011

Color Harmonies of #A47237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47237

Black with #A47237

Text Example


Text Example

White with #A47237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47237; }

 p { color: rgb(164,114,55); }

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

background-color css

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

 a { background-color: rgb(164,114,55); }

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

border-color css

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

 span { border-color: rgb(164,114,55); }

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