#28250C

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

Shades of Maire #28250C

Tints of Maire #28250C

Color information

#28250C (or 0x28250C) is unknown color: approx Maire. HEX triplet: 28, 25 and 0C. RGB value is (40,37,12). Sum of RGB (Red+Green+Blue) = 40+37+12=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 40 - color contains mainly: red. Hex color #28250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28250C is #D7DAF3. Grayscale: #232323. Windows color (decimal): -14146292 or 795944. OLE color: 795944.

HSL color Cylindrical-coordinate representation of color #28250C: hue angle of 53.57º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28250C is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB403712-
CMYK00.070.700.84
HSL53.57º53.85%10.2%-
HSV(B)53.57º70%15.69%-
XYZ1.61.80.61-
YUV35.05114.99131.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.94%
GREEN value IS 37 (14.84% from 255) = 41.57%
BLUE value IS 12 (5.08% from 255) = 13.48%
R=44.94%
G=41.57%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40371200.070.700.8453.5753.8510.2
Hex2825C0746543636a
Octal50451407106124666612
Binary10100010010111000111100011010101001101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28250C; }

 p { color: rgb(40,37,12); }

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

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

 a { background-color: rgb(40,37,12); }

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

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

 span { border-color: rgb(40,37,12); }

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