#260D09

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

Shades of Seal Brown #260D09

Tints of Seal Brown #260D09

Color information

#260D09 (or 0x260D09) is unknown color: approx Seal Brown. HEX triplet: 26, 0D and 09. RGB value is (38,13,9). Sum of RGB (Red+Green+Blue) = 38+13+9=60 (7% of max value = 765). Red value is 38 (15.23% from 255 or 63.33% from 60); Green value is 13 (5.47% from 255 or 21.67% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 38 - color contains mainly: red. Hex color #260D09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260D09 is #D9F2F6. Grayscale: #141414. Windows color (decimal): -14283511 or 593190. OLE color: 593190.

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

Color convert

RGB38139-
CMYK00.660.760.85
HSL8.28º61.7%9.22%-
HSV(B)8.28º76.32%14.9%-
XYZ0.990.720.35-
YUV20.02121.78140.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 63.33%
GREEN value IS 13 (5.47% from 255) = 21.67%
BLUE value IS 9 (3.91% from 255) = 15%
R=63.33%
G=21.67%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3813900.660.760.858.2861.79.22
Hex26D90424C5583e9
Octal4615110102114125107611
Binary10011011011001010000101001100101010110001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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