#282415

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

Shades of Maire #282415

Tints of Maire #282415

Color information

#282415 (or 0x282415) is unknown color: approx Maire. HEX triplet: 28, 24 and 15. RGB value is (40,36,21). Sum of RGB (Red+Green+Blue) = 40+36+21=97 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.24% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 40 - color contains mainly: red. Hex color #282415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282415 is #D7DBEA. Grayscale: #232323. Windows color (decimal): -14146539 or 1385512. OLE color: 1385512.

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

Color convert

RGB403621-
CMYK00.100.480.84
HSL47.37º31.15%11.96%-
HSV(B)47.37º47.5%15.69%-
XYZ1.641.770.96-
YUV35.49119.83131.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 41.24%
GREEN value IS 36 (14.45% from 255) = 37.11%
BLUE value IS 21 (8.59% from 255) = 21.65%
R=41.24%
G=37.11%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40362100.100.480.8447.3731.1511.96
Hex2824150A30542f1fc
Octal50442501260124573714
Binary10100010010010101010101100001010100101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282415; }

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

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

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

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

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

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

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

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