#282413

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

Shades of Maire #282413

Tints of Maire #282413

Color information

#282413 (or 0x282413) is unknown color: approx Maire. HEX triplet: 28, 24 and 13. RGB value is (40,36,19). Sum of RGB (Red+Green+Blue) = 40+36+19=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 40 - color contains mainly: red. Hex color #282413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282413 is #D7DBEC. Grayscale: #232323. Windows color (decimal): -14146541 or 1254440. OLE color: 1254440.

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

Color convert

RGB403619-
CMYK00.100.520.84
HSL48.57º35.59%11.57%-
HSV(B)48.57º52.5%15.69%-
XYZ1.621.760.87-
YUV35.26118.83131.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 42.11%
GREEN value IS 36 (14.45% from 255) = 37.89%
BLUE value IS 19 (7.81% from 255) = 20%
R=42.11%
G=37.89%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40361900.100.520.8448.5735.5911.57
Hex2824130A34543124c
Octal50442301264124614414
Binary101000100100100110101011010010101001100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282413; }

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

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

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

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

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

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

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

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