Html Css Color HEX #A27438 Buttered Rum

📋 copy color: '#A27438'

red 162 ◦ green 116 ◦ blue 56

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

Shades of Buttered Rum #A27438

Tints of Buttered Rum #A27438

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.73%

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

R = 48.5%
G = 34.73%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A27438 (or 0xA27438) is known color: Buttered Rum. HEX triplet: A2, 74 and 38. RGB value is (162,116,56). Sum of RGB (Red+Green+Blue) = 162+116+56=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A27438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27438 is #5D8BC7. Grayscale: #7B7B7B. Windows color (decimal): -6130632 or 3699874. OLE color: 3699874.

HSL color Cylindrical-coordinate representation of color #A27438: hue angle of 33.96º 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 #A27438 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 116 56 -
CMYK 0 0.28 0.65 0.36
HSL 33.96º 0.49% 0.43% -
HSV(B) 33.96º 0.65% 0.64% -
XYZ 21.86 20.46 6.54 -
YUV 122.91 90.24 155.88 -
System Red Green Blue C M Y K H S L
Decimal 162 116 56 0 0.28 0.65 0.36 33.96 0.49 0.43
Hex A2 74 38 0 1C 41 24 22 31 2B
Octal 242 164 70 0 34 101 44 42 61 53
Binary 10100010 1110100 111000 0 11100 1000001 100100 100010 110001 101011

Color Harmonies of #A27438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27438

Black with #A27438

Text Example


Text Example

White with #A27438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27438; }

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

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

background-color css

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

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

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

border-color css

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

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

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