#260404

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

Shades of Seal Brown #260404

Tints of Seal Brown #260404

Color information

#260404 (or 0x260404) is unknown color: approx Seal Brown. HEX triplet: 26, 04 and 04. RGB value is (38,4,4). Sum of RGB (Red+Green+Blue) = 38+4+4=46 (6% of max value = 765). Red value is 38 (15.23% from 255 or 82.61% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 38 - color contains mainly: red. Hex color #260404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260404 is #D9FBFB. Grayscale: #0E0E0E. Windows color (decimal): -14285820 or 263206. OLE color: 263206.

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

Color convert

RGB3844-
CMYK00.890.890.85
HSL80.95%8.24%-
HSV(B)89.47%14.9%-
XYZ0.860.510.17-
YUV14.17122.26145-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 82.61%
GREEN value IS 4 (1.95% from 255) = 8.70%
BLUE value IS 4 (1.95% from 255) = 8.70%
R=82.61%
G=8.70%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.89
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal384400.890.890.85080.958.24
Hex264405959550518
Octal46440131131125012110
Binary1001101001000101100110110011010101010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260404; }

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

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

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

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

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

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

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

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