Html Css Color HEX #A27238 Buttered Rum

📋 copy color: '#A27238'

red 162 ◦ green 114 ◦ blue 56

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

Shades of Buttered Rum #A27238

Tints of Buttered Rum #A27238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.87%

R = 48.8%
G = 34.34%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A27238 (or 0xA27238) is known color: Buttered Rum. HEX triplet: A2, 72 and 38. RGB value is (162,114,56). Sum of RGB (Red+Green+Blue) = 162+114+56=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A27238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27238 is #5D8DC7. Grayscale: #7A7A7A. Windows color (decimal): -6131144 or 3699362. OLE color: 3699362.

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

Color convert

RGB 162 114 56 -
CMYK 0 0.30 0.65 0.36
HSL 32.83º 0.49% 0.43% -
HSV(B) 32.83º 0.65% 0.64% -
XYZ 21.63 20 6.46 -
YUV 121.74 90.9 156.72 -
System Red Green Blue C M Y K H S L
Decimal 162 114 56 0 0.30 0.65 0.36 32.83 0.49 0.43
Hex A2 72 38 0 1E 41 24 21 31 2B
Octal 242 162 70 0 36 101 44 41 61 53
Binary 10100010 1110010 111000 0 11110 1000001 100100 100001 110001 101011

Color Harmonies of #A27238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27238

Black with #A27238

Text Example


Text Example

White with #A27238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27238; }

 p { color: rgb(162,114,56); }

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

background-color css

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

 a { background-color: rgb(162,114,56); }

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

border-color css

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

 span { border-color: rgb(162,114,56); }

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