#28230E

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

Shades of Maire #28230E

Tints of Maire #28230E

Color information

#28230E (or 0x28230E) is unknown color: approx Maire. HEX triplet: 28, 23 and 0E. RGB value is (40,35,14). Sum of RGB (Red+Green+Blue) = 40+35+14=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 40 - color contains mainly: red. Hex color #28230E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28230E is #D7DCF1. Grayscale: #222222. Windows color (decimal): -14146802 or 926504. OLE color: 926504.

HSL color Cylindrical-coordinate representation of color #28230E: hue angle of 48.46º 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 #28230E is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.84.

Color convert

RGB403514-
CMYK00.120.650.84
HSL48.46º48.15%10.59%-
HSV(B)48.46º65%15.69%-
XYZ1.561.680.66-
YUV34.1116.66132.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.94%
GREEN value IS 35 (14.06% from 255) = 39.33%
BLUE value IS 14 (5.86% from 255) = 15.73%
R=44.94%
G=39.33%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40351400.120.650.8448.4648.1510.59
Hex2823E0C41543030b
Octal504316014101124606013
Binary101000100011111001100100000110101001100001100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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