#28220A

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

Shades of Maire #28220A

Tints of Maire #28220A

Color information

#28220A (or 0x28220A) is unknown color: approx Maire. HEX triplet: 28, 22 and 0A. RGB value is (40,34,10). Sum of RGB (Red+Green+Blue) = 40+34+10=84 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.62% from 84); Green value is 34 (13.67% from 255 or 40.48% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 40 - color contains mainly: red. Hex color #28220A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28220A is #D7DDF5. Grayscale: #212121. Windows color (decimal): -14147062 or 664104. OLE color: 664104.

HSL color Cylindrical-coordinate representation of color #28220A: hue angle of 48º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28220A is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.84.

Color convert

RGB403410-
CMYK00.150.750.84
HSL48º60%9.8%-
HSV(B)48º75%15.69%-
XYZ1.51.620.52-
YUV33.06114.99132.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 47.62%
GREEN value IS 34 (13.67% from 255) = 40.48%
BLUE value IS 10 (4.30% from 255) = 11.90%
R=47.62%
G=40.48%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40341000.150.750.8448609.8
Hex2822A0F4B54303ca
Octal504212017113124607412
Binary101000100010101001111100101110101001100001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28220A; }

 p { color: rgb(40,34,10); }

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

<style>
 a { background-color: #28220A; }

 a { background-color: rgb(40,34,10); }

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

<style>
 span { border-color: #28220A; }

 span { border-color: rgb(40,34,10); }

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