#261A00

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

Shades of Maire #261A00

Tints of Maire #261A00

Color information

#261A00 (or 0x261A00) is unknown color: approx Maire. HEX triplet: 26, 1A and 00. RGB value is (38,26,0). Sum of RGB (Red+Green+Blue) = 38+26+0=64 (8% of max value = 765). Red value is 38 (15.23% from 255 or 59.38% from 64); Green value is 26 (10.55% from 255 or 40.62% from 64); Blue value is 0 (0.39% from 255 or 0% from 64); Max value from RGB is 38 - color contains mainly: red. Hex color #261A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261A00 is #D9E5FF. Grayscale: #1A1A1A. Windows color (decimal): -14280192 or 6694. OLE color: 6694.

HSL color Cylindrical-coordinate representation of color #261A00: hue angle of 41.05º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #261A00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB38260-
CMYK00.3210.85
HSL41.05º100%7.45%-
HSV(B)41.05º100%14.9%-
XYZ1.171.150.16-
YUV26.62112.98136.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 59.38%
GREEN value IS 26 (10.55% from 255) = 40.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.38%
G=40.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3826000.3210.8541.051007.45
Hex261A0020645529647
Octal46320040144125511447
Binary1001101101000100000110010010101011010011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261A00; }

 p { color: rgb(38,26,0); }

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

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

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

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

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

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

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