#28210C

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

Shades of Maire #28210C

Tints of Maire #28210C

Color information

#28210C (or 0x28210C) is unknown color: approx Maire. HEX triplet: 28, 21 and 0C. RGB value is (40,33,12). Sum of RGB (Red+Green+Blue) = 40+33+12=85 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.06% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 40 - color contains mainly: red. Hex color #28210C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28210C is #D7DEF3. Grayscale: #202020. Windows color (decimal): -14147316 or 794920. OLE color: 794920.

HSL color Cylindrical-coordinate representation of color #28210C: hue angle of 45º 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 #28210C is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB403312-
CMYK00.170.700.84
HSL45º53.85%10.2%-
HSV(B)45º70%15.69%-
XYZ1.491.570.57-
YUV32.7116.32133.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 47.06%
GREEN value IS 33 (13.28% from 255) = 38.82%
BLUE value IS 12 (5.08% from 255) = 14.12%
R=47.06%
G=38.82%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40331200.170.700.844553.8510.2
Hex2821C01146542d36a
Octal504114021106124556612
Binary1010001000011100010001100011010101001011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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