#2D280C

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

Shades of Maire #2D280C

Tints of Maire #2D280C

Color information

#2D280C (or 0x2D280C) is unknown color: approx Maire. HEX triplet: 2D, 28 and 0C. RGB value is (45,40,12). Sum of RGB (Red+Green+Blue) = 45+40+12=97 (12% of max value = 765). Red value is 45 (17.97% from 255 or 46.39% from 97); Green value is 40 (16.02% from 255 or 41.24% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 45 - color contains mainly: red. Hex color #2D280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D280C is #D2D7F3. Grayscale: #262626. Windows color (decimal): -13817844 or 796717. OLE color: 796717.

HSL color Cylindrical-coordinate representation of color #2D280C: hue angle of 50.91º 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 #2D280C is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.82.

Color convert

RGB454012-
CMYK00.110.730.82
HSL50.91º57.89%11.18%-
HSV(B)50.91º73.33%17.65%-
XYZ1.912.10.65-
YUV38.3113.16132.78-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 46.39%
GREEN value IS 40 (16.02% from 255) = 41.24%
BLUE value IS 12 (5.08% from 255) = 12.37%
R=46.39%
G=41.24%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45401200.110.730.8250.9157.8911.18
Hex2D28C0B4952333ab
Octal555014013111122637213
Binary101101101000110001011100100110100101100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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