#26110B

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

Shades of Seal Brown #26110B

Tints of Seal Brown #26110B

Color information

#26110B (or 0x26110B) is unknown color: approx Seal Brown. HEX triplet: 26, 11 and 0B. RGB value is (38,17,11). Sum of RGB (Red+Green+Blue) = 38+17+11=66 (8% of max value = 765). Red value is 38 (15.23% from 255 or 57.58% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 38 - color contains mainly: red. Hex color #26110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26110B is #D9EEF4. Grayscale: #161616. Windows color (decimal): -14282485 or 725286. OLE color: 725286.

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

Color convert

RGB381711-
CMYK00.550.710.85
HSL13.33º55.1%9.61%-
HSV(B)13.33º71.05%14.9%-
XYZ1.060.840.42-
YUV22.6121.46138.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 57.58%
GREEN value IS 17 (7.03% from 255) = 25.76%
BLUE value IS 11 (4.69% from 255) = 16.67%
R=57.58%
G=25.76%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38171100.550.710.8513.3355.19.61
Hex2611B0374755d37a
Octal462113067107125156712
Binary10011010001101101101111000111101010111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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