#261311

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

Shades of Seal Brown #261311

Tints of Seal Brown #261311

Color information

#261311 (or 0x261311) is unknown color: approx Seal Brown. HEX triplet: 26, 13 and 11. RGB value is (38,19,17). Sum of RGB (Red+Green+Blue) = 38+19+17=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #261311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261311 is #D9ECEE. Grayscale: #181818. Windows color (decimal): -14281967 or 1119014. OLE color: 1119014.

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

Color convert

RGB381917-
CMYK00.500.550.85
HSL5.71º38.18%10.78%-
HSV(B)5.71º55.26%14.9%-
XYZ1.130.920.65-
YUV24.45123.79137.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 51.35%
GREEN value IS 19 (7.81% from 255) = 25.68%
BLUE value IS 17 (7.03% from 255) = 22.97%
R=51.35%
G=25.68%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38191700.500.550.855.7138.1810.78
Hex2613110323755626b
Octal4623210626712564613
Binary1001101001110001011001011011110101011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261311; }

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

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

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

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

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

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

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

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