#2D2306

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

Shades of Maire #2D2306

Tints of Maire #2D2306

Color information

#2D2306 (or 0x2D2306) is unknown color: approx Maire. HEX triplet: 2D, 23 and 06. RGB value is (45,35,6). Sum of RGB (Red+Green+Blue) = 45+35+6=86 (11% of max value = 765). Red value is 45 (17.97% from 255 or 52.33% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D2306 is #D2DCF9. Grayscale: #222222. Windows color (decimal): -13819130 or 402221. OLE color: 402221.

HSL color Cylindrical-coordinate representation of color #2D2306: hue angle of 44.62º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D2306 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.82.

Color convert

RGB45356-
CMYK00.220.870.82
HSL44.62º76.47%10%-
HSV(B)44.62º86.67%17.65%-
XYZ1.721.770.42-
YUV34.68111.81135.36-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 52.33%
GREEN value IS 35 (14.06% from 255) = 40.70%
BLUE value IS 6 (2.73% from 255) = 6.98%
R=52.33%
G=40.70%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4535600.220.870.8244.6276.4710
Hex2D23601657522d4ca
Octal554360261271225511412
Binary1011011000111100101101010111101001010110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,35,6); }

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

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

 a { background-color: rgb(45,35,6); }

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

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

 span { border-color: rgb(45,35,6); }

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