#282613

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

Shades of Maire #282613

Tints of Maire #282613

Color information

#282613 (or 0x282613) is unknown color: approx Maire. HEX triplet: 28, 26 and 13. RGB value is (40,38,19). Sum of RGB (Red+Green+Blue) = 40+38+19=97 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.24% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 40 - color contains mainly: red. Hex color #282613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282613 is #D7D9EC. Grayscale: #242424. Windows color (decimal): -14146029 or 1254952. OLE color: 1254952.

HSL color Cylindrical-coordinate representation of color #282613: hue angle of 54.29º 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 #282613 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB403819-
CMYK00.050.520.84
HSL54.29º35.59%11.57%-
HSV(B)54.29º52.5%15.69%-
XYZ1.691.880.89-
YUV36.43118.16130.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 41.24%
GREEN value IS 38 (15.23% from 255) = 39.18%
BLUE value IS 19 (7.81% from 255) = 19.59%
R=41.24%
G=39.18%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40381900.050.520.8454.2935.5911.57
Hex2826130534543624c
Octal5046230564124664414
Binary10100010011010011010111010010101001101101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282613; }

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

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

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

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

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

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

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

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