#260909

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

Shades of Seal Brown #260909

Tints of Seal Brown #260909

Color information

#260909 (or 0x260909) is unknown color: approx Seal Brown. HEX triplet: 26, 09 and 09. RGB value is (38,9,9). Sum of RGB (Red+Green+Blue) = 38+9+9=56 (7% of max value = 765). Red value is 38 (15.23% from 255 or 67.86% from 56); Green value is 9 (3.91% from 255 or 16.07% from 56); Blue value is 9 (3.91% from 255 or 16.07% from 56); Max value from RGB is 38 - color contains mainly: red. Hex color #260909 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260909 is #D9F6F6. Grayscale: #111111. Windows color (decimal): -14284535 or 592166. OLE color: 592166.

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

Color convert

RGB3899-
CMYK00.760.760.85
HSL61.7%9.22%-
HSV(B)76.32%14.9%-
XYZ0.950.630.33-
YUV17.67123.11142.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 67.86%
GREEN value IS 9 (3.91% from 255) = 16.07%
BLUE value IS 9 (3.91% from 255) = 16.07%
R=67.86%
G=16.07%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal389900.760.760.85061.79.22
Hex269904C4C5503e9
Octal461111011411412507611
Binary10011010011001010011001001100101010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260909; }

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

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

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

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

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

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

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

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