#262613

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

Shades of Maire #262613

Tints of Maire #262613

Color information

#262613 (or 0x262613) is unknown color: approx Maire. HEX triplet: 26, 26 and 13. RGB value is (38,38,19). Sum of RGB (Red+Green+Blue) = 38+38+19=95 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 38 - color contains mainly: red, green. Hex color #262613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262613 is #D9D9EC. Grayscale: #232323. Windows color (decimal): -14277101 or 1254950. OLE color: 1254950.

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

Color convert

RGB383819-
CMYK000.500.85
HSL60º33.33%11.18%-
HSV(B)60º50%14.9%-
XYZ1.611.850.89-
YUV35.83118.5129.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40%
GREEN value IS 38 (15.23% from 255) = 40%
BLUE value IS 19 (7.81% from 255) = 20%
R=40%
G=40%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal383819000.500.856033.3311.18
Hex2626130032553c21b
Octal4646230062125744113
Binary100110100110100110011001010101011111001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262613; }

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

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

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

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

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

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

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

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