#2C280F

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

Shades of Maire #2C280F

Tints of Maire #2C280F

Color information

#2C280F (or 0x2C280F) is unknown color: approx Maire. HEX triplet: 2C, 28 and 0F. RGB value is (44,40,15). Sum of RGB (Red+Green+Blue) = 44+40+15=99 (13% of max value = 765). Red value is 44 (17.58% from 255 or 44.44% from 99); Green value is 40 (16.02% from 255 or 40.40% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 44 - color contains mainly: red. Hex color #2C280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C280F is #D3D7F0. Grayscale: #262626. Windows color (decimal): -13883377 or 993324. OLE color: 993324.

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

Color convert

RGB444015-
CMYK00.090.660.83
HSL51.72º49.15%11.57%-
HSV(B)51.72º65.91%17.25%-
XYZ1.882.090.76-
YUV38.35114.83132.03-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 44.44%
GREEN value IS 40 (16.02% from 255) = 40.40%
BLUE value IS 15 (6.25% from 255) = 15.15%
R=44.44%
G=40.40%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44401500.090.660.8351.7249.1511.57
Hex2C28F0942533431c
Octal545017011102123646114
Binary101100101000111101001100001010100111101001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,40,15); }

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

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

 a { background-color: rgb(44,40,15); }

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

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

 span { border-color: rgb(44,40,15); }

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