#2A2513

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

Shades of Maire #2A2513

Tints of Maire #2A2513

Color information

#2A2513 (or 0x2A2513) is unknown color: approx Maire. HEX triplet: 2A, 25 and 13. RGB value is (42,37,19). Sum of RGB (Red+Green+Blue) = 42+37+19=98 (12% of max value = 765). Red value is 42 (16.80% from 255 or 42.86% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2513 is #D5DAEC. Grayscale: #242424. Windows color (decimal): -14015213 or 1254698. OLE color: 1254698.

HSL color Cylindrical-coordinate representation of color #2A2513: hue angle of 46.96º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A2513 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB423719-
CMYK00.120.550.84
HSL46.96º37.7%11.96%-
HSV(B)46.96º54.76%16.47%-
XYZ1.731.860.88-
YUV36.44118.16131.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 42.86%
GREEN value IS 37 (14.84% from 255) = 37.76%
BLUE value IS 19 (7.81% from 255) = 19.39%
R=42.86%
G=37.76%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42371900.120.550.8446.9637.711.96
Hex2A25130C37542f26c
Octal52452301467124574614
Binary101010100101100110110011011110101001011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A2513; }

 p { color: rgb(42,37,19); }

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

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

 a { background-color: rgb(42,37,19); }

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

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

 span { border-color: rgb(42,37,19); }

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