#26100A

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

Shades of Seal Brown #26100A

Tints of Seal Brown #26100A

Color information

#26100A (or 0x26100A) is unknown color: approx Seal Brown. HEX triplet: 26, 10 and 0A. RGB value is (38,16,10). Sum of RGB (Red+Green+Blue) = 38+16+10=64 (8% of max value = 765). Red value is 38 (15.23% from 255 or 59.38% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 38 - color contains mainly: red. Hex color #26100A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26100A is #D9EFF5. Grayscale: #151515. Windows color (decimal): -14282742 or 659494. OLE color: 659494.

HSL color Cylindrical-coordinate representation of color #26100A: hue angle of 12.86º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26100A is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB381610-
CMYK00.580.740.85
HSL12.86º58.33%9.41%-
HSV(B)12.86º73.68%14.9%-
XYZ1.040.80.39-
YUV21.89121.29139.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 59.38%
GREEN value IS 16 (6.64% from 255) = 25%
BLUE value IS 10 (4.30% from 255) = 15.62%
R=59.38%
G=25%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38161000.580.740.8512.8658.339.41
Hex2610A03A4A55d3a9
Octal462012072112125157211
Binary10011010000101001110101001010101010111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26100A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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