#261411

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

Shades of Seal Brown #261411

Tints of Seal Brown #261411

Color information

#261411 (or 0x261411) is unknown color: approx Seal Brown. HEX triplet: 26, 14 and 11. RGB value is (38,20,17). Sum of RGB (Red+Green+Blue) = 38+20+17=75 (9% of max value = 765). Red value is 38 (15.23% from 255 or 50.67% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 38 - color contains mainly: red. Hex color #261411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261411 is #D9EBEE. Grayscale: #191919. Windows color (decimal): -14281711 or 1119270. OLE color: 1119270.

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

Color convert

RGB382017-
CMYK00.470.550.85
HSL8.57º38.18%10.78%-
HSV(B)8.57º55.26%14.9%-
XYZ1.150.950.65-
YUV25.04123.46137.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 50.67%
GREEN value IS 20 (8.20% from 255) = 26.67%
BLUE value IS 17 (7.03% from 255) = 22.67%
R=50.67%
G=26.67%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38201700.470.550.858.5738.1810.78
Hex26141102F3755926b
Octal46242105767125114613
Binary10011010100100010101111110111101010110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261411; }

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

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

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

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

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

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

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

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