#261611

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

Shades of Seal Brown #261611

Tints of Seal Brown #261611

Color information

#261611 (or 0x261611) is unknown color: approx Seal Brown. HEX triplet: 26, 16 and 11. RGB value is (38,22,17). Sum of RGB (Red+Green+Blue) = 38+22+17=77 (10% of max value = 765). Red value is 38 (15.23% from 255 or 49.35% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 38 - color contains mainly: red. Hex color #261611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261611 is #D9E9EE. Grayscale: #1A1A1A. Windows color (decimal): -14281199 or 1119782. OLE color: 1119782.

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

Color convert

RGB382217-
CMYK00.420.550.85
HSL14.29º38.18%10.78%-
HSV(B)14.29º55.26%14.9%-
XYZ1.191.030.67-
YUV26.21122.8136.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 49.35%
GREEN value IS 22 (8.98% from 255) = 28.57%
BLUE value IS 17 (7.03% from 255) = 22.08%
R=49.35%
G=28.57%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38221700.420.550.8514.2938.1810.78
Hex26161102A3755e26b
Octal46262105267125164613
Binary10011010110100010101010110111101010111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261611; }

 p { color: rgb(38,22,17); }

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

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

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

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

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

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

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