#2B2614

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

Shades of Maire #2B2614

Tints of Maire #2B2614

Color information

#2B2614 (or 0x2B2614) is unknown color: approx Maire. HEX triplet: 2B, 26 and 14. RGB value is (43,38,20). Sum of RGB (Red+Green+Blue) = 43+38+20=101 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.57% from 101); Green value is 38 (15.23% from 255 or 37.62% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2614 is #D4D9EB. Grayscale: #252525. Windows color (decimal): -13949420 or 1320491. OLE color: 1320491.

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

Color convert

RGB433820-
CMYK00.120.530.83
HSL46.96º36.51%12.35%-
HSV(B)46.96º53.49%16.86%-
XYZ1.821.950.94-
YUV37.44118.16131.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 42.57%
GREEN value IS 38 (15.23% from 255) = 37.62%
BLUE value IS 20 (8.20% from 255) = 19.80%
R=42.57%
G=37.62%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43382000.120.530.8346.9636.5112.35
Hex2B26140C35532f25c
Octal53462401465123574514
Binary101011100110101000110011010110100111011111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,38,20); }

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

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

 a { background-color: rgb(43,38,20); }

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

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

 span { border-color: rgb(43,38,20); }

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