#261010

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

Shades of Seal Brown #261010

Tints of Seal Brown #261010

Color information

#261010 (or 0x261010) is unknown color: approx Seal Brown. HEX triplet: 26, 10 and 10. RGB value is (38,16,16). Sum of RGB (Red+Green+Blue) = 38+16+16=70 (9% of max value = 765). Red value is 38 (15.23% from 255 or 54.29% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 38 - color contains mainly: red. Hex color #261010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261010 is #D9EFEF. Grayscale: #161616. Windows color (decimal): -14282736 or 1052710. OLE color: 1052710.

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

Color convert

RGB381616-
CMYK00.580.580.85
HSL40.74%10.59%-
HSV(B)57.89%14.9%-
XYZ1.080.820.59-
YUV22.58124.29139-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 54.29%
GREEN value IS 16 (6.64% from 255) = 22.86%
BLUE value IS 16 (6.64% from 255) = 22.86%
R=54.29%
G=22.86%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38161600.580.580.85040.7410.59
Hex26101003A3A55029b
Octal4620200727212505113
Binary10011010000100000111010111010101010101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261010; }

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

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

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

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

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

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

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

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