#261413

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

Shades of Seal Brown #261413

Tints of Seal Brown #261413

Color information

#261413 (or 0x261413) is unknown color: approx Seal Brown. HEX triplet: 26, 14 and 13. RGB value is (38,20,19). Sum of RGB (Red+Green+Blue) = 38+20+19=77 (10% of max value = 765). Red value is 38 (15.23% from 255 or 49.35% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 38 - color contains mainly: red. Hex color #261413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261413 is #D9EBEC. Grayscale: #191919. Windows color (decimal): -14281709 or 1250342. OLE color: 1250342.

HSL color Cylindrical-coordinate representation of color #261413: hue angle of 3.16º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #261413 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.85.

Color convert

RGB382019-
CMYK00.470.500.85
HSL3.16º33.33%11.18%-
HSV(B)3.16º50%14.9%-
XYZ1.170.960.74-
YUV25.27124.46137.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 49.35%
GREEN value IS 20 (8.20% from 255) = 25.97%
BLUE value IS 19 (7.81% from 255) = 24.68%
R=49.35%
G=25.97%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38201900.470.500.853.1633.3311.18
Hex26141302F3255321b
Octal4624230576212534113
Binary100110101001001101011111100101010101111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261413; }

 p { color: rgb(38,20,19); }

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

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

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

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

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

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

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