#261916

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

Shades of Seal Brown #261916

Tints of Seal Brown #261916

Color information

#261916 (or 0x261916) is unknown color: approx Seal Brown. HEX triplet: 26, 19 and 16. RGB value is (38,25,22). Sum of RGB (Red+Green+Blue) = 38+25+22=85 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.71% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 22 (8.98% from 255 or 25.88% from 85); Max value from RGB is 38 - color contains mainly: red. Hex color #261916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261916 is #D9E6E9. Grayscale: #1C1C1C. Windows color (decimal): -14280426 or 1448230. OLE color: 1448230.

HSL color Cylindrical-coordinate representation of color #261916: hue angle of 11.25º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #261916 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.85.

Color convert

RGB382522-
CMYK00.340.420.85
HSL11.25º26.67%11.76%-
HSV(B)11.25º42.11%14.9%-
XYZ1.291.170.92-
YUV28.54124.31134.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 44.71%
GREEN value IS 25 (10.16% from 255) = 29.41%
BLUE value IS 22 (8.98% from 255) = 25.88%
R=44.71%
G=29.41%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38252200.340.420.8511.2526.6711.76
Hex2619160222A55b1bc
Octal46312604252125133314
Binary1001101100110110010001010101010101011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261916; }

 p { color: rgb(38,25,22); }

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

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

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

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

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

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

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