Html Css Color HEX #A27333 Buttered Rum

📋 copy color: '#A27333'

red 162 ◦ green 115 ◦ blue 51

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

Shades of Buttered Rum #A27333

Tints of Buttered Rum #A27333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.55%

R = 49.39%
G = 35.06%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A27333 (or 0xA27333) is known color: Buttered Rum. HEX triplet: A2, 73 and 33. RGB value is (162,115,51). Sum of RGB (Red+Green+Blue) = 162+115+51=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A27333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27333 is #5D8CCC. Grayscale: #7A7A7A. Windows color (decimal): -6130893 or 3371938. OLE color: 3371938.

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

Color convert

RGB 162 115 51 -
CMYK 0 0.29 0.69 0.36
HSL 34.59º 0.52% 0.42% -
HSV(B) 34.59º 0.69% 0.64% -
XYZ 21.63 20.18 5.89 -
YUV 121.76 88.07 156.7 -
System Red Green Blue C M Y K H S L
Decimal 162 115 51 0 0.29 0.69 0.36 34.59 0.52 0.42
Hex A2 73 33 0 1D 45 24 23 34 2A
Octal 242 163 63 0 35 105 44 43 64 52
Binary 10100010 1110011 110011 0 11101 1000101 100100 100011 110100 101010

Color Harmonies of #A27333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27333

Black with #A27333

Text Example


Text Example

White with #A27333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27333; }

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

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

background-color css

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

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

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

border-color css

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

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

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