#261814

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

Shades of Seal Brown #261814

Tints of Seal Brown #261814

Color information

#261814 (or 0x261814) is unknown color: approx Seal Brown. HEX triplet: 26, 18 and 14. RGB value is (38,24,20). Sum of RGB (Red+Green+Blue) = 38+24+20=82 (10% of max value = 765). Red value is 38 (15.23% from 255 or 46.34% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 38 - color contains mainly: red. Hex color #261814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261814 is #D9E7EB. Grayscale: #1B1B1B. Windows color (decimal): -14280684 or 1316902. OLE color: 1316902.

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

Color convert

RGB382420-
CMYK00.370.470.85
HSL13.33º31.03%11.37%-
HSV(B)13.33º47.37%14.9%-
XYZ1.251.120.81-
YUV27.73123.64135.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 46.34%
GREEN value IS 24 (9.77% from 255) = 29.27%
BLUE value IS 20 (8.20% from 255) = 24.39%
R=46.34%
G=29.27%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38242000.370.470.8513.3331.0311.37
Hex2618140252F55d1fb
Octal46302404557125153713
Binary1001101100010100010010110111110101011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261814; }

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

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

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

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

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

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

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

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