#260400

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

Shades of Seal Brown #260400

Tints of Seal Brown #260400

Color information

#260400 (or 0x260400) is unknown color: approx Seal Brown. HEX triplet: 26, 04 and 00. RGB value is (38,4,0). Sum of RGB (Red+Green+Blue) = 38+4+0=42 (5% of max value = 765). Red value is 38 (15.23% from 255 or 90.48% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 0 (0.39% from 255 or 0% from 42); Max value from RGB is 38 - color contains mainly: red. Hex color #260400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260400 is #D9FBFF. Grayscale: #0D0D0D. Windows color (decimal): -14285824 or 1062. OLE color: 1062.

HSL color Cylindrical-coordinate representation of color #260400: hue angle of 6.32º 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 #260400 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.85.

Color convert

RGB3840-
CMYK00.8910.85
HSL6.32º100%7.45%-
HSV(B)6.32º100%14.9%-
XYZ0.840.50.05-
YUV13.71120.26145.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 90.48%
GREEN value IS 4 (1.95% from 255) = 9.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.48%
G=9.52%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal384000.8910.856.321007.45
Hex264005964556647
Octal4640013114412561447
Binary100110100001011001110010010101011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260400; }

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

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

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

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

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

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

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

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