#26140D

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

Shades of Seal Brown #26140D

Tints of Seal Brown #26140D

Color information

#26140D (or 0x26140D) is unknown color: approx Seal Brown. HEX triplet: 26, 14 and 0D. RGB value is (38,20,13). Sum of RGB (Red+Green+Blue) = 38+20+13=71 (9% of max value = 765). Red value is 38 (15.23% from 255 or 53.52% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 38 - color contains mainly: red. Hex color #26140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26140D is #D9EBF2. Grayscale: #181818. Windows color (decimal): -14281715 or 857126. OLE color: 857126.

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

Color convert

RGB382013-
CMYK00.470.660.85
HSL16.8º49.02%10%-
HSV(B)16.8º65.79%14.9%-
XYZ1.120.940.5-
YUV24.58121.46137.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 53.52%
GREEN value IS 20 (8.20% from 255) = 28.17%
BLUE value IS 13 (5.47% from 255) = 18.31%
R=53.52%
G=28.17%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38201300.470.660.8516.849.0210
Hex2614D02F42551131a
Octal462415057102125216112
Binary100110101001101010111110000101010101100011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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