Html Css Color HEX #A27334 Buttered Rum

📋 copy color: '#A27334'

red 162 ◦ green 115 ◦ blue 52

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

Shades of Buttered Rum #A27334

Tints of Buttered Rum #A27334

RGB

 RED value IS 162 (63.67% from 255) = 49.24%

 GREEN value IS 115 (45.31% from 255) = 34.95%

 BLUE value IS 52 (20.7% from 255) = 15.81%

R = 49.24%
G = 34.95%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A27334 (or 0xA27334) is known color: Buttered Rum. HEX triplet: A2, 73 and 34. RGB value is (162,115,52). Sum of RGB (Red+Green+Blue) = 162+115+52=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A27334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27334 is #5D8CCB. Grayscale: #7A7A7A. Windows color (decimal): -6130892 or 3437474. OLE color: 3437474.

HSL color Cylindrical-coordinate representation of color #A27334: hue angle of 34.36º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A27334 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 115 52 -
CMYK 0 0.29 0.68 0.36
HSL 34.36º 0.51% 0.42% -
HSV(B) 34.36º 0.68% 0.64% -
XYZ 21.65 20.19 6 -
YUV 121.87 88.57 156.62 -
System Red Green Blue C M Y K H S L
Decimal 162 115 52 0 0.29 0.68 0.36 34.36 0.51 0.42
Hex A2 73 34 0 1D 44 24 22 33 2A
Octal 242 163 64 0 35 104 44 42 63 52
Binary 10100010 1110011 110100 0 11101 1000100 100100 100010 110011 101010

Color Harmonies of #A27334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27334

Black with #A27334

Text Example


Text Example

White with #A27334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27334; }

 p { color: rgb(162,115,52); }

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

background-color css

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

 a { background-color: rgb(162,115,52); }

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

border-color css

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

 span { border-color: rgb(162,115,52); }

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