#26120B

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

Shades of Seal Brown #26120B

Tints of Seal Brown #26120B

Color information

#26120B (or 0x26120B) is unknown color: approx Seal Brown. HEX triplet: 26, 12 and 0B. RGB value is (38,18,11). Sum of RGB (Red+Green+Blue) = 38+18+11=67 (8% of max value = 765). Red value is 38 (15.23% from 255 or 56.72% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 38 - color contains mainly: red. Hex color #26120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26120B is #D9EDF4. Grayscale: #171717. Windows color (decimal): -14282229 or 725542. OLE color: 725542.

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

Color convert

RGB381811-
CMYK00.530.710.85
HSL15.56º55.1%9.61%-
HSV(B)15.56º71.05%14.9%-
XYZ1.080.870.43-
YUV23.18121.13138.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 56.72%
GREEN value IS 18 (7.42% from 255) = 26.87%
BLUE value IS 11 (4.69% from 255) = 16.42%
R=56.72%
G=26.87%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38181100.530.710.8515.5655.19.61
Hex2612B03547551037a
Octal462213065107125206712
Binary100110100101011011010110001111010101100001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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