#26100D

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

Shades of Seal Brown #26100D

Tints of Seal Brown #26100D

Color information

#26100D (or 0x26100D) is unknown color: approx Seal Brown. HEX triplet: 26, 10 and 0D. RGB value is (38,16,13). Sum of RGB (Red+Green+Blue) = 38+16+13=67 (8% of max value = 765). Red value is 38 (15.23% from 255 or 56.72% from 67); Green value is 16 (6.64% from 255 or 23.88% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 38 - color contains mainly: red. Hex color #26100D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26100D is #D9EFF2. Grayscale: #161616. Windows color (decimal): -14282739 or 856102. OLE color: 856102.

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

Color convert

RGB381613-
CMYK00.580.660.85
HSL7.2º49.02%10%-
HSV(B)7.2º65.79%14.9%-
XYZ1.060.810.48-
YUV22.24122.79139.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 56.72%
GREEN value IS 16 (6.64% from 255) = 23.88%
BLUE value IS 13 (5.47% from 255) = 19.40%
R=56.72%
G=23.88%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38161300.580.660.857.249.0210
Hex2610D03A4255731a
Octal46201507210212576112
Binary1001101000011010111010100001010101011111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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