#261511

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

Shades of Seal Brown #261511

Tints of Seal Brown #261511

Color information

#261511 (or 0x261511) is unknown color: approx Seal Brown. HEX triplet: 26, 15 and 11. RGB value is (38,21,17). Sum of RGB (Red+Green+Blue) = 38+21+17=76 (10% of max value = 765). Red value is 38 (15.23% from 255 or 50% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 38 - color contains mainly: red. Hex color #261511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261511 is #D9EAEE. Grayscale: #191919. Windows color (decimal): -14281455 or 1119526. OLE color: 1119526.

HSL color Cylindrical-coordinate representation of color #261511: hue angle of 11.43º 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 #261511 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.85.

Color convert

RGB382117-
CMYK00.450.550.85
HSL11.43º38.18%10.78%-
HSV(B)11.43º55.26%14.9%-
XYZ1.170.990.66-
YUV25.63123.13136.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 27.63%
BLUE value IS 17 (7.03% from 255) = 22.37%
R=50%
G=27.63%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38211700.450.550.8511.4338.1810.78
Hex26151102D3755b26b
Octal46252105567125134613
Binary10011010101100010101101110111101010110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261511; }

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

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

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

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

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

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

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

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