#261313

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

Shades of Seal Brown #261313

Tints of Seal Brown #261313

Color information

#261313 (or 0x261313) is unknown color: approx Seal Brown. HEX triplet: 26, 13 and 13. RGB value is (38,19,19). Sum of RGB (Red+Green+Blue) = 38+19+19=76 (10% of max value = 765). Red value is 38 (15.23% from 255 or 50% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 38 - color contains mainly: red. Hex color #261313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261313 is #D9ECEC. Grayscale: #181818. Windows color (decimal): -14281965 or 1250086. OLE color: 1250086.

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

Color convert

RGB381919-
CMYK00.500.500.85
HSL33.33%11.18%-
HSV(B)50%14.9%-
XYZ1.150.920.73-
YUV24.68124.79137.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 50%
GREEN value IS 19 (7.81% from 255) = 25%
BLUE value IS 19 (7.81% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38191900.500.500.85033.3311.18
Hex2613130323255021b
Octal4623230626212504113
Binary10011010011100110110010110010101010101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261313; }

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

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

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

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

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

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

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

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