#261616

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

Shades of Seal Brown #261616

Tints of Seal Brown #261616

Color information

#261616 (or 0x261616) is unknown color: approx Seal Brown. HEX triplet: 26, 16 and 16. RGB value is (38,22,22). Sum of RGB (Red+Green+Blue) = 38+22+22=82 (10% of max value = 765). Red value is 38 (15.23% from 255 or 46.34% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 22 (8.98% from 255 or 26.83% from 82); Max value from RGB is 38 - color contains mainly: red. Hex color #261616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261616 is #D9E9E9. Grayscale: #1A1A1A. Windows color (decimal): -14281194 or 1447462. OLE color: 1447462.

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

Color convert

RGB382222-
CMYK00.420.420.85
HSL26.67%11.76%-
HSV(B)42.11%14.9%-
XYZ1.231.040.9-
YUV26.78125.3136-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 46.34%
GREEN value IS 22 (8.98% from 255) = 26.83%
BLUE value IS 22 (8.98% from 255) = 26.83%
R=46.34%
G=26.83%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38222200.420.420.85026.6711.76
Hex26161602A2A5501bc
Octal4626260525212503314
Binary1001101011010110010101010101010101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261616; }

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

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

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

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

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

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

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

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