#2D250C

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

Shades of Maire #2D250C

Tints of Maire #2D250C

Color information

#2D250C (or 0x2D250C) is unknown color: approx Maire. HEX triplet: 2D, 25 and 0C. RGB value is (45,37,12). Sum of RGB (Red+Green+Blue) = 45+37+12=94 (12% of max value = 765). Red value is 45 (17.97% from 255 or 47.87% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 45 - color contains mainly: red. Hex color #2D250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D250C is #D2DAF3. Grayscale: #242424. Windows color (decimal): -13818612 or 795949. OLE color: 795949.

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

Color convert

RGB453712-
CMYK00.180.730.82
HSL45.45º57.89%11.18%-
HSV(B)45.45º73.33%17.65%-
XYZ1.811.910.62-
YUV36.54114.15134.03-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 47.87%
GREEN value IS 37 (14.84% from 255) = 39.36%
BLUE value IS 12 (5.08% from 255) = 12.77%
R=47.87%
G=39.36%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.73
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45371200.180.730.8245.4557.8911.18
Hex2D25C01249522d3ab
Octal554514022111122557213
Binary1011011001011100010010100100110100101011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,37,12); }

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

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

 a { background-color: rgb(45,37,12); }

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

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

 span { border-color: rgb(45,37,12); }

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