#26260D

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

Shades of Maire #26260D

Tints of Maire #26260D

Color information

#26260D (or 0x26260D) is unknown color: approx Maire. HEX triplet: 26, 26 and 0D. RGB value is (38,38,13). Sum of RGB (Red+Green+Blue) = 38+38+13=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 38 (15.23% from 255 or 42.70% from 89); Blue value is 13 (5.47% from 255 or 14.61% from 89); Max value from RGB is 38 - color contains mainly: red, green. Hex color #26260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26260D is #D9D9F2. Grayscale: #232323. Windows color (decimal): -14277107 or 861734. OLE color: 861734.

HSL color Cylindrical-coordinate representation of color #26260D: hue angle of 60º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26260D is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.85.

Color convert

RGB383813-
CMYK000.660.85
HSL60º49.02%10%-
HSV(B)60º65.79%14.9%-
XYZ1.571.830.65-
YUV35.15115.5130.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.70%
GREEN value IS 38 (15.23% from 255) = 42.70%
BLUE value IS 13 (5.47% from 255) = 14.61%
R=42.70%
G=42.70%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal383813000.660.856049.0210
Hex2626D0042553c31a
Octal46461500102125746112
Binary100110100110110100100001010101011111001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26260D; }

 p { color: rgb(38,38,13); }

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

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

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

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

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

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

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