#262215

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

Shades of Maire #262215

Tints of Maire #262215

Color information

#262215 (or 0x262215) is unknown color: approx Maire. HEX triplet: 26, 22 and 15. RGB value is (38,34,21). Sum of RGB (Red+Green+Blue) = 38+34+21=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 38 - color contains mainly: red. Hex color #262215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262215 is #D9DDEA. Grayscale: #212121. Windows color (decimal): -14278123 or 1384998. OLE color: 1384998.

HSL color Cylindrical-coordinate representation of color #262215: hue angle of 45.88º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #262215 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.85.

Color convert

RGB383421-
CMYK00.110.450.85
HSL45.88º28.81%11.57%-
HSV(B)45.88º44.74%14.9%-
XYZ1.511.610.94-
YUV33.71120.83131.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.86%
GREEN value IS 34 (13.67% from 255) = 36.56%
BLUE value IS 21 (8.59% from 255) = 22.58%
R=40.86%
G=36.56%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38342100.110.450.8545.8828.8111.57
Hex2622150B2D552e1dc
Octal46422501355125563514
Binary10011010001010101010111011011010101101110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262215; }

 p { color: rgb(38,34,21); }

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

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

 a { background-color: rgb(38,34,21); }

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

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

 span { border-color: rgb(38,34,21); }

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