#2D2812

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

Shades of Maire #2D2812

Tints of Maire #2D2812

Color information

#2D2812 (or 0x2D2812) is unknown color: approx Maire. HEX triplet: 2D, 28 and 12. RGB value is (45,40,18). Sum of RGB (Red+Green+Blue) = 45+40+18=103 (13% of max value = 765). Red value is 45 (17.97% from 255 or 43.69% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2812 is #D2D7ED. Grayscale: #272727. Windows color (decimal): -13817838 or 1189933. OLE color: 1189933.

HSL color Cylindrical-coordinate representation of color #2D2812: hue angle of 48.89º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D2812 is Cyan = 0, Magento = 0.11, Yellow = 0.6 and Black (K on CMYK) = 0.82.

Color convert

RGB454018-
CMYK00.110.60.82
HSL48.89º42.86%12.35%-
HSV(B)48.89º60%17.65%-
XYZ1.952.120.88-
YUV38.99116.16132.29-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 43.69%
GREEN value IS 40 (16.02% from 255) = 38.83%
BLUE value IS 18 (7.42% from 255) = 17.48%
R=43.69%
G=38.83%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.6
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45401800.110.60.8248.8942.8612.35
Hex2D28120B3C52312bc
Octal55502201374122615314
Binary101101101000100100101111110010100101100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,40,18); }

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

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

 a { background-color: rgb(45,40,18); }

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

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

 span { border-color: rgb(45,40,18); }

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