#28240E

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

Shades of Maire #28240E

Tints of Maire #28240E

Color information

#28240E (or 0x28240E) is unknown color: approx Maire. HEX triplet: 28, 24 and 0E. RGB value is (40,36,14). Sum of RGB (Red+Green+Blue) = 40+36+14=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #28240E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28240E is #D7DBF1. Grayscale: #222222. Windows color (decimal): -14146546 or 926760. OLE color: 926760.

HSL color Cylindrical-coordinate representation of color #28240E: hue angle of 50.77º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28240E is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.84.

Color convert

RGB403614-
CMYK00.100.650.84
HSL50.77º48.15%10.59%-
HSV(B)50.77º65%15.69%-
XYZ1.591.740.67-
YUV34.69116.33131.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.44%
GREEN value IS 36 (14.45% from 255) = 40%
BLUE value IS 14 (5.86% from 255) = 15.56%
R=44.44%
G=40%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40361400.100.650.8450.7748.1510.59
Hex2824E0A41543330b
Octal504416012101124636013
Binary101000100100111001010100000110101001100111100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28240E; }

 p { color: rgb(40,36,14); }

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

<style>
 a { background-color: #28240E; }

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

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

<style>
 span { border-color: #28240E; }

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

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