#260A09

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

Shades of Seal Brown #260A09

Tints of Seal Brown #260A09

Color information

#260A09 (or 0x260A09) is unknown color: approx Seal Brown. HEX triplet: 26, 0A and 09. RGB value is (38,10,9). Sum of RGB (Red+Green+Blue) = 38+10+9=57 (7% of max value = 765). Red value is 38 (15.23% from 255 or 66.67% from 57); Green value is 10 (4.30% from 255 or 17.54% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 38 - color contains mainly: red. Hex color #260A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260A09 is #D9F5F6. Grayscale: #121212. Windows color (decimal): -14284279 or 592422. OLE color: 592422.

HSL color Cylindrical-coordinate representation of color #260A09: hue angle of 2.07º 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 #260A09 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB38109-
CMYK00.740.760.85
HSL2.07º61.7%9.22%-
HSV(B)2.07º76.32%14.9%-
XYZ0.960.650.33-
YUV18.26122.78142.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 66.67%
GREEN value IS 10 (4.30% from 255) = 17.54%
BLUE value IS 9 (3.91% from 255) = 15.79%
R=66.67%
G=17.54%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3810900.740.760.852.0761.79.22
Hex26A904A4C5523e9
Octal461211011211412527611
Binary100110101010010100101010011001010101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260A09; }

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

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

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

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

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

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

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

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