#A27C4B

Color #A27C4B Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #A27C4B

Tints of Muesli #A27C4B

Color information

#A27C4B (or 0xA27C4B) is unknown color: approx Muesli. HEX triplet: A2, 7C and 4B. RGB value is (162,124,75). Sum of RGB (Red+Green+Blue) = 162+124+75=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27C4B is #5D83B4. Grayscale: #828282. Windows color (decimal): -6128565 or 4947106. OLE color: 4947106.

HSL color Cylindrical-coordinate representation of color #A27C4B: hue angle of 33.79º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A27C4B is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB16212475-
CMYK00.230.540.36
HSL33.79º36.71%46.47%-
HSV(B)33.79º53.7%63.53%-
XYZ23.3822.69.79-
YUV129.7897.09150.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.88%
GREEN value IS 124 (48.83% from 255) = 34.35%
BLUE value IS 75 (29.69% from 255) = 20.78%
R=44.88%
G=34.35%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621247500.230.540.3633.7936.7146.47
HexA27C4B017362422252e
Octal2421741130276644424556
Binary1010001011111001001011010111110110100100100010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27C4B; }

 p { color: rgb(162,124,75); }

 H1.HeaderClassName
 {
   color: #A27C4B;
 }
 .AnyTagClassName
 {
   color: #A27C4B;
 }
</style>
background-color css

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

 a { background-color: rgb(162,124,75); }

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

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

 span { border-color: rgb(162,124,75); }

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