#28240F

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

Shades of Maire #28240F

Tints of Maire #28240F

Color information

#28240F (or 0x28240F) is unknown color: approx Maire. HEX triplet: 28, 24 and 0F. RGB value is (40,36,15). Sum of RGB (Red+Green+Blue) = 40+36+15=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 15 (6.25% from 255 or 16.48% from 91); Max value from RGB is 40 - color contains mainly: red. Hex color #28240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28240F is #D7DBF0. Grayscale: #222222. Windows color (decimal): -14146545 or 992296. OLE color: 992296.

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

Color convert

RGB403615-
CMYK00.100.620.84
HSL50.4º45.45%10.78%-
HSV(B)50.4º62.5%15.69%-
XYZ1.591.750.71-
YUV34.8116.83131.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.96%
GREEN value IS 36 (14.45% from 255) = 39.56%
BLUE value IS 15 (6.25% from 255) = 16.48%
R=43.96%
G=39.56%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40361500.100.620.8450.445.4510.78
Hex2824F0A3E54322db
Octal50441701276124625513
Binary10100010010011110101011111010101001100101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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