#28200C

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

Shades of Maire #28200C

Tints of Maire #28200C

Color information

#28200C (or 0x28200C) is unknown color: approx Maire. HEX triplet: 28, 20 and 0C. RGB value is (40,32,12). Sum of RGB (Red+Green+Blue) = 40+32+12=84 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.62% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 40 - color contains mainly: red. Hex color #28200C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28200C is #D7DFF3. Grayscale: #202020. Windows color (decimal): -14147572 or 794664. OLE color: 794664.

HSL color Cylindrical-coordinate representation of color #28200C: hue angle of 42.86º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28200C is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB403212-
CMYK00.200.700.84
HSL42.86º53.85%10.2%-
HSV(B)42.86º70%15.69%-
XYZ1.461.510.56-
YUV32.11116.65133.63-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 47.62%
GREEN value IS 32 (12.89% from 255) = 38.10%
BLUE value IS 12 (5.08% from 255) = 14.29%
R=47.62%
G=38.10%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40321200.200.700.8442.8653.8510.2
Hex2820C01446542b36a
Octal504014024106124536612
Binary1010001000001100010100100011010101001010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28200C; }

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

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

<style>
 a { background-color: #28200C; }

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

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

<style>
 span { border-color: #28200C; }

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

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