#26250C

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

Shades of Maire #26250C

Tints of Maire #26250C

Color information

#26250C (or 0x26250C) is unknown color: approx Maire. HEX triplet: 26, 25 and 0C. RGB value is (38,37,12). Sum of RGB (Red+Green+Blue) = 38+37+12=87 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.68% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 38 - color contains mainly: red. Hex color #26250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26250C is #D9DAF3. Grayscale: #222222. Windows color (decimal): -14277364 or 795942. OLE color: 795942.

HSL color Cylindrical-coordinate representation of color #26250C: hue angle of 57.69º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26250C is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB383712-
CMYK00.030.680.85
HSL57.69º52%9.8%-
HSV(B)57.69º68.42%14.9%-
XYZ1.531.760.61-
YUV34.45115.33130.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 43.68%
GREEN value IS 37 (14.84% from 255) = 42.53%
BLUE value IS 12 (5.08% from 255) = 13.79%
R=43.68%
G=42.53%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38371200.030.680.8557.69529.8
Hex2625C0344553a34a
Octal46451403104125726412
Binary1001101001011100011100010010101011110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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