#26110D

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

Shades of Seal Brown #26110D

Tints of Seal Brown #26110D

Color information

#26110D (or 0x26110D) is unknown color: approx Seal Brown. HEX triplet: 26, 11 and 0D. RGB value is (38,17,13). Sum of RGB (Red+Green+Blue) = 38+17+13=68 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.88% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 38 - color contains mainly: red. Hex color #26110D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26110D is #D9EEF2. Grayscale: #161616. Windows color (decimal): -14282483 or 856358. OLE color: 856358.

HSL color Cylindrical-coordinate representation of color #26110D: hue angle of 9.6º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26110D is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.85.

Color convert

RGB381713-
CMYK00.550.660.85
HSL9.6º49.02%10%-
HSV(B)9.6º65.79%14.9%-
XYZ1.070.840.49-
YUV22.82122.46138.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 55.88%
GREEN value IS 17 (7.03% from 255) = 25%
BLUE value IS 13 (5.47% from 255) = 19.12%
R=55.88%
G=25%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38171300.550.660.859.649.0210
Hex2611D0374255a31a
Octal462115067102125126112
Binary10011010001110101101111000010101010110101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26110D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26110D; }

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

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

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

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

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

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

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

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