#261515

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

Shades of Seal Brown #261515

Tints of Seal Brown #261515

Color information

#261515 (or 0x261515) is unknown color: approx Seal Brown. HEX triplet: 26, 15 and 15. RGB value is (38,21,21). Sum of RGB (Red+Green+Blue) = 38+21+21=80 (10% of max value = 765). Red value is 38 (15.23% from 255 or 47.5% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 38 - color contains mainly: red. Hex color #261515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261515 is #D9EAEA. Grayscale: #1A1A1A. Windows color (decimal): -14281451 or 1381670. OLE color: 1381670.

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

Color convert

RGB382121-
CMYK00.450.450.85
HSL28.81%11.57%-
HSV(B)44.74%14.9%-
XYZ1.210.84-
YUV26.08125.13136.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 47.5%
GREEN value IS 21 (8.59% from 255) = 26.25%
BLUE value IS 21 (8.59% from 255) = 26.25%
R=47.5%
G=26.25%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38212100.450.450.85028.8111.57
Hex26151502D2D5501dc
Octal4625250555512503514
Binary1001101010110101010110110110110101010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261515; }

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

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

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

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

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

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

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

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