#261C05

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

Shades of Maire #261C05

Tints of Maire #261C05

Color information

#261C05 (or 0x261C05) is unknown color: approx Maire. HEX triplet: 26, 1C and 05. RGB value is (38,28,5). Sum of RGB (Red+Green+Blue) = 38+28+5=71 (9% of max value = 765). Red value is 38 (15.23% from 255 or 53.52% from 71); Green value is 28 (11.33% from 255 or 39.44% from 71); Blue value is 5 (2.34% from 255 or 7.04% from 71); Max value from RGB is 38 - color contains mainly: red. Hex color #261C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261C05 is #D9E3FA. Grayscale: #1C1C1C. Windows color (decimal): -14279675 or 334886. OLE color: 334886.

HSL color Cylindrical-coordinate representation of color #261C05: hue angle of 41.82º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261C05 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.85.

Color convert

RGB38285-
CMYK00.260.870.85
HSL41.82º76.74%8.43%-
HSV(B)41.82º86.84%14.9%-
XYZ1.241.250.32-
YUV28.37114.81134.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 53.52%
GREEN value IS 28 (11.33% from 255) = 39.44%
BLUE value IS 5 (2.34% from 255) = 7.04%
R=53.52%
G=39.44%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3828500.260.870.8541.8276.748.43
Hex261C501A57552a4d8
Octal463450321271255211510
Binary100110111001010110101010111101010110101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,28,5); }

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

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

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

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

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

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

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