#2A2312

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

Shades of Maire #2A2312

Tints of Maire #2A2312

Color information

#2A2312 (or 0x2A2312) is unknown color: approx Maire. HEX triplet: 2A, 23 and 12. RGB value is (42,35,18). Sum of RGB (Red+Green+Blue) = 42+35+18=95 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.21% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2312 is #D5DCED. Grayscale: #232323. Windows color (decimal): -14015726 or 1188650. OLE color: 1188650.

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

Color convert

RGB423518-
CMYK00.170.570.84
HSL42.5º40%11.76%-
HSV(B)42.5º57.14%16.47%-
XYZ1.671.740.82-
YUV35.15118.32132.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 44.21%
GREEN value IS 35 (14.06% from 255) = 36.84%
BLUE value IS 18 (7.42% from 255) = 18.95%
R=44.21%
G=36.84%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42351800.170.570.8442.54011.76
Hex2A231201139542b28c
Octal52432202171124535014
Binary1010101000111001001000111100110101001010111010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,35,18); }

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

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

 a { background-color: rgb(42,35,18); }

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

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

 span { border-color: rgb(42,35,18); }

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