#2C240F

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

Shades of Maire #2C240F

Tints of Maire #2C240F

Color information

#2C240F (or 0x2C240F) is unknown color: approx Maire. HEX triplet: 2C, 24 and 0F. RGB value is (44,36,15). Sum of RGB (Red+Green+Blue) = 44+36+15=95 (12% of max value = 765). Red value is 44 (17.58% from 255 or 46.32% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 44 - color contains mainly: red. Hex color #2C240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C240F is #D3DBF0. Grayscale: #242424. Windows color (decimal): -13884401 or 992300. OLE color: 992300.

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

Color convert

RGB443615-
CMYK00.180.660.83
HSL43.45º49.15%11.57%-
HSV(B)43.45º65.91%17.25%-
XYZ1.761.830.71-
YUV36116.15133.71-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 46.32%
GREEN value IS 36 (14.45% from 255) = 37.89%
BLUE value IS 15 (6.25% from 255) = 15.79%
R=46.32%
G=37.89%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44361500.180.660.8343.4549.1511.57
Hex2C24F01242532b31c
Octal544417022102123536114
Binary1011001001001111010010100001010100111010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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