#2C2300

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

Shades of Maire #2C2300

Tints of Maire #2C2300

Color information

#2C2300 (or 0x2C2300) is unknown color: approx Maire. HEX triplet: 2C, 23 and 00. RGB value is (44,35,0). Sum of RGB (Red+Green+Blue) = 44+35+0=79 (10% of max value = 765). Red value is 44 (17.58% from 255 or 55.70% from 79); Green value is 35 (14.06% from 255 or 44.30% from 79); Blue value is 0 (0.39% from 255 or 0% from 79); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C2300 is #D3DCFF. Grayscale: #212121. Windows color (decimal): -13884672 or 9004. OLE color: 9004.

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

Color convert

RGB44350-
CMYK00.2010.83
HSL47.73º100%8.63%-
HSV(B)47.73º100%17.25%-
XYZ1.641.740.25-
YUV33.7108.98135.35-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 55.70%
GREEN value IS 35 (14.06% from 255) = 44.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.70%
G=44.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4435000.2010.8347.731008.63
Hex2C230014645330649
Octal544300241441236014411
Binary10110010001100101001100100101001111000011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,35,0); }

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

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

 a { background-color: rgb(44,35,0); }

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

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

 span { border-color: rgb(44,35,0); }

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