#26130B

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

Shades of Seal Brown #26130B

Tints of Seal Brown #26130B

Color information

#26130B (or 0x26130B) is unknown color: approx Seal Brown. HEX triplet: 26, 13 and 0B. RGB value is (38,19,11). Sum of RGB (Red+Green+Blue) = 38+19+11=68 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.88% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 38 - color contains mainly: red. Hex color #26130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26130B is #D9ECF4. Grayscale: #171717. Windows color (decimal): -14281973 or 725798. OLE color: 725798.

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

Color convert

RGB381911-
CMYK00.500.710.85
HSL17.78º55.1%9.61%-
HSV(B)17.78º71.05%14.9%-
XYZ1.090.90.43-
YUV23.77120.79138.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 55.88%
GREEN value IS 19 (7.81% from 255) = 27.94%
BLUE value IS 11 (4.69% from 255) = 16.18%
R=55.88%
G=27.94%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38191100.500.710.8517.7855.19.61
Hex2613B03247551237a
Octal462313062107125226712
Binary100110100111011011001010001111010101100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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