#2C250E

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

Shades of Maire #2C250E

Tints of Maire #2C250E

Color information

#2C250E (or 0x2C250E) is unknown color: approx Maire. HEX triplet: 2C, 25 and 0E. RGB value is (44,37,14). Sum of RGB (Red+Green+Blue) = 44+37+14=95 (12% of max value = 765). Red value is 44 (17.58% from 255 or 46.32% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 44 - color contains mainly: red. Hex color #2C250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C250E is #D3DAF1. Grayscale: #242424. Windows color (decimal): -13884146 or 927020. OLE color: 927020.

HSL color Cylindrical-coordinate representation of color #2C250E: hue angle of 46º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C250E is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.83.

Color convert

RGB443714-
CMYK00.160.680.83
HSL46º51.72%11.37%-
HSV(B)46º68.18%17.25%-
XYZ1.781.890.69-
YUV36.47115.32133.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 46.32%
GREEN value IS 37 (14.84% from 255) = 38.95%
BLUE value IS 14 (5.86% from 255) = 14.74%
R=46.32%
G=38.95%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44371400.160.680.834651.7211.37
Hex2C25E01044532e34b
Octal544516020104123566413
Binary1011001001011110010000100010010100111011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,37,14); }

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

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

 a { background-color: rgb(44,37,14); }

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

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

 span { border-color: rgb(44,37,14); }

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