#260200

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

Shades of Seal Brown #260200

Tints of Seal Brown #260200

Color information

#260200 (or 0x260200) is unknown color: approx Seal Brown. HEX triplet: 26, 02 and 00. RGB value is (38,2,0). Sum of RGB (Red+Green+Blue) = 38+2+0=40 (5% of max value = 765). Red value is 38 (15.23% from 255 or 95% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 38 - color contains mainly: red. Hex color #260200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260200 is #D9FDFF. Grayscale: #0C0C0C. Windows color (decimal): -14286336 or 550. OLE color: 550.

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

Color convert

RGB3820-
CMYK00.9510.85
HSL3.16º100%7.45%-
HSV(B)3.16º100%14.9%-
XYZ0.820.460.04-
YUV12.54120.93146.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 95%
GREEN value IS 2 (1.17% from 255) = 5%
BLUE value IS 0 (0.39% from 255) = 0%
R=95%
G=5%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal382000.9510.853.161007.45
Hex262005F64553647
Octal4620013714412531447
Binary1001101000101111111001001010101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260200; }

 p { color: rgb(38,2,0); }

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

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

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

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

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

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

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