Html Css Color HEX #A27335 Buttered Rum

📋 copy color: '#A27335'

red 162 ◦ green 115 ◦ blue 53

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

Shades of Buttered Rum #A27335

Tints of Buttered Rum #A27335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.06%

R = 49.09%
G = 34.85%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A27335 (or 0xA27335) is known color: Buttered Rum. HEX triplet: A2, 73 and 35. RGB value is (162,115,53). Sum of RGB (Red+Green+Blue) = 162+115+53=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A27335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27335 is #5D8CCA. Grayscale: #7A7A7A. Windows color (decimal): -6130891 or 3503010. OLE color: 3503010.

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

Color convert

RGB 162 115 53 -
CMYK 0 0.29 0.67 0.36
HSL 34.13º 0.51% 0.42% -
HSV(B) 34.13º 0.67% 0.64% -
XYZ 21.67 20.2 6.12 -
YUV 121.99 89.07 156.54 -
System Red Green Blue C M Y K H S L
Decimal 162 115 53 0 0.29 0.67 0.36 34.13 0.51 0.42
Hex A2 73 35 0 1D 43 24 22 33 2A
Octal 242 163 65 0 35 103 44 42 63 52
Binary 10100010 1110011 110101 0 11101 1000011 100100 100010 110011 101010

Color Harmonies of #A27335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27335

Black with #A27335

Text Example


Text Example

White with #A27335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27335; }

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

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

background-color css

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

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

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

border-color css

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

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

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