#261919

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

Shades of Seal Brown #261919

Tints of Seal Brown #261919

Color information

#261919 (or 0x261919) is unknown color: approx Seal Brown. HEX triplet: 26, 19 and 19. RGB value is (38,25,25). Sum of RGB (Red+Green+Blue) = 38+25+25=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 38 - color contains mainly: red. Hex color #261919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261919 is #D9E6E6. Grayscale: #1C1C1C. Windows color (decimal): -14280423 or 1644838. OLE color: 1644838.

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

Color convert

RGB382525-
CMYK00.340.340.85
HSL20.63%12.35%-
HSV(B)34.21%14.9%-
XYZ1.321.181.08-
YUV28.89125.81134.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 43.18%
GREEN value IS 25 (10.16% from 255) = 28.41%
BLUE value IS 25 (10.16% from 255) = 28.41%
R=43.18%
G=28.41%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38252500.340.340.85020.6312.35
Hex2619190222255015c
Octal4631310424212502514
Binary1001101100111001010001010001010101010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261919; }

 p { color: rgb(38,25,25); }

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

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

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

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

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

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

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