#2B2514

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

Shades of Maire #2B2514

Tints of Maire #2B2514

Color information

#2B2514 (or 0x2B2514) is unknown color: approx Maire. HEX triplet: 2B, 25 and 14. RGB value is (43,37,20). Sum of RGB (Red+Green+Blue) = 43+37+20=100 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2514 is #D4DAEB. Grayscale: #242424. Windows color (decimal): -13949676 or 1320235. OLE color: 1320235.

HSL color Cylindrical-coordinate representation of color #2B2514: hue angle of 44.35º 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 #2B2514 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.83.

Color convert

RGB433720-
CMYK00.140.530.83
HSL44.35º36.51%12.35%-
HSV(B)44.35º53.49%16.86%-
XYZ1.781.890.93-
YUV36.86118.49132.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 43%
GREEN value IS 37 (14.84% from 255) = 37%
BLUE value IS 20 (8.20% from 255) = 20%
R=43%
G=37%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43372000.140.530.8344.3536.5112.35
Hex2B25140E35532c25c
Octal53452401665123544514
Binary101011100101101000111011010110100111011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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