#261815

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

Shades of Seal Brown #261815

Tints of Seal Brown #261815

Color information

#261815 (or 0x261815) is unknown color: approx Seal Brown. HEX triplet: 26, 18 and 15. RGB value is (38,24,21). Sum of RGB (Red+Green+Blue) = 38+24+21=83 (10% of max value = 765). Red value is 38 (15.23% from 255 or 45.78% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 38 - color contains mainly: red. Hex color #261815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261815 is #D9E7EA. Grayscale: #1B1B1B. Windows color (decimal): -14280683 or 1382438. OLE color: 1382438.

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

Color convert

RGB382421-
CMYK00.370.450.85
HSL10.59º28.81%11.57%-
HSV(B)10.59º44.74%14.9%-
XYZ1.261.120.86-
YUV27.84124.14135.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 45.78%
GREEN value IS 24 (9.77% from 255) = 28.92%
BLUE value IS 21 (8.59% from 255) = 25.30%
R=45.78%
G=28.92%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38242100.370.450.8510.5928.8111.57
Hex2618150252D55b1dc
Octal46302504555125133514
Binary1001101100010101010010110110110101011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261815; }

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

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

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

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

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

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

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

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