#26120C

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

Shades of Seal Brown #26120C

Tints of Seal Brown #26120C

Color information

#26120C (or 0x26120C) is unknown color: approx Seal Brown. HEX triplet: 26, 12 and 0C. RGB value is (38,18,12). Sum of RGB (Red+Green+Blue) = 38+18+12=68 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.88% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 38 - color contains mainly: red. Hex color #26120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26120C is #D9EDF3. Grayscale: #171717. Windows color (decimal): -14282228 or 791078. OLE color: 791078.

HSL color Cylindrical-coordinate representation of color #26120C: hue angle of 13.85º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26120C is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB381812-
CMYK00.530.680.85
HSL13.85º52%9.8%-
HSV(B)13.85º68.42%14.9%-
XYZ1.080.870.46-
YUV23.3121.63138.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 55.88%
GREEN value IS 18 (7.42% from 255) = 26.47%
BLUE value IS 12 (5.08% from 255) = 17.65%
R=55.88%
G=26.47%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38181200.530.680.8513.85529.8
Hex2612C0354455e34a
Octal462214065104125166412
Binary10011010010110001101011000100101010111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26120C; }

 p { color: rgb(38,18,12); }

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

<style>
 a { background-color: #26120C; }

 a { background-color: rgb(38,18,12); }

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

<style>
 span { border-color: #26120C; }

 span { border-color: rgb(38,18,12); }

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