#260101

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

Shades of Seal Brown #260101

Tints of Seal Brown #260101

Color information

#260101 (or 0x260101) is unknown color: approx Seal Brown. HEX triplet: 26, 01 and 01. RGB value is (38,1,1). Sum of RGB (Red+Green+Blue) = 38+1+1=40 (5% of max value = 765). Red value is 38 (15.23% from 255 or 95% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 38 - color contains mainly: red. Hex color #260101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260101 is #D9FEFE. Grayscale: #0C0C0C. Windows color (decimal): -14286591 or 65830. OLE color: 65830.

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

Color convert

RGB3811-
CMYK00.970.970.85
HSL94.87%7.65%-
HSV(B)97.37%14.9%-
XYZ0.820.440.07-
YUV12.06121.76146.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 95%
GREEN value IS 1 (0.78% from 255) = 2.5%
BLUE value IS 1 (0.78% from 255) = 2.5%
R=95%
G=2.5%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal381100.970.970.85094.877.65
Hex2611061615505f8
Octal46110141141125013710
Binary100110110110000111000011010101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260101; }

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

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

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

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

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

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

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

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