#2A2712

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

Shades of Maire #2A2712

Tints of Maire #2A2712

Color information

#2A2712 (or 0x2A2712) is unknown color: approx Maire. HEX triplet: 2A, 27 and 12. RGB value is (42,39,18). Sum of RGB (Red+Green+Blue) = 42+39+18=99 (13% of max value = 765). Red value is 42 (16.80% from 255 or 42.42% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2712 is #D5D8ED. Grayscale: #252525. Windows color (decimal): -14014702 or 1189674. OLE color: 1189674.

HSL color Cylindrical-coordinate representation of color #2A2712: hue angle of 52.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 #2A2712 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB423918-
CMYK00.070.570.84
HSL52.5º40%11.76%-
HSV(B)52.5º57.14%16.47%-
XYZ1.791.990.86-
YUV37.5116.99131.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 42.42%
GREEN value IS 39 (15.62% from 255) = 39.39%
BLUE value IS 18 (7.42% from 255) = 18.18%
R=42.42%
G=39.39%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42391800.070.570.8452.54011.76
Hex2A27120739543428c
Octal5247220771124645014
Binary10101010011110010011111100110101001101001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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