#28280B

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

Shades of Maire #28280B

Tints of Maire #28280B

Color information

#28280B (or 0x28280B) is unknown color: approx Maire. HEX triplet: 28, 28 and 0B. RGB value is (40,40,11). Sum of RGB (Red+Green+Blue) = 40+40+11=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 40 (16.02% from 255 or 43.96% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 40 - color contains mainly: red, green. Hex color #28280B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28280B is #D7D7F4. Grayscale: #242424. Windows color (decimal): -14145525 or 731176. OLE color: 731176.

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

Color convert

RGB404011-
CMYK000.720.84
HSL60º56.86%10%-
HSV(B)60º72.5%15.69%-
XYZ1.691.990.61-
YUV36.69113.5130.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.96%
GREEN value IS 40 (16.02% from 255) = 43.96%
BLUE value IS 11 (4.69% from 255) = 12.09%
R=43.96%
G=43.96%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal404011000.720.846056.8610
Hex2828B0048543c39a
Octal50501300110124747112
Binary101000101000101100100100010101001111001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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