#28280D

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

Shades of Maire #28280D

Tints of Maire #28280D

Color information

#28280D (or 0x28280D) is unknown color: approx Maire. HEX triplet: 28, 28 and 0D. RGB value is (40,40,13). Sum of RGB (Red+Green+Blue) = 40+40+13=93 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.01% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 40 - color contains mainly: red, green. Hex color #28280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28280D is #D7D7F2. Grayscale: #252525. Windows color (decimal): -14145523 or 862248. OLE color: 862248.

HSL color Cylindrical-coordinate representation of color #28280D: hue angle of 60º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28280D is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB404013-
CMYK000.670.84
HSL60º50.94%10.39%-
HSV(B)60º67.5%15.69%-
XYZ1.7120.68-
YUV36.92114.5130.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.01%
GREEN value IS 40 (16.02% from 255) = 43.01%
BLUE value IS 13 (5.47% from 255) = 13.98%
R=43.01%
G=43.01%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal404013000.670.846050.9410.39
Hex2828D0043543c33a
Octal50501500103124746312
Binary101000101000110100100001110101001111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28280D; }

 p { color: rgb(40,40,13); }

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

<style>
 a { background-color: #28280D; }

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

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

<style>
 span { border-color: #28280D; }

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

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