#260B09

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

Shades of Seal Brown #260B09

Tints of Seal Brown #260B09

Color information

#260B09 (or 0x260B09) is unknown color: approx Seal Brown. HEX triplet: 26, 0B and 09. RGB value is (38,11,9). Sum of RGB (Red+Green+Blue) = 38+11+9=58 (7% of max value = 765). Red value is 38 (15.23% from 255 or 65.52% from 58); Green value is 11 (4.69% from 255 or 18.97% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 38 - color contains mainly: red. Hex color #260B09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260B09 is #D9F4F6. Grayscale: #121212. Windows color (decimal): -14284023 or 592678. OLE color: 592678.

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

Color convert

RGB38119-
CMYK00.710.760.85
HSL4.14º61.7%9.22%-
HSV(B)4.14º76.32%14.9%-
XYZ0.970.670.34-
YUV18.84122.45141.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 65.52%
GREEN value IS 11 (4.69% from 255) = 18.97%
BLUE value IS 9 (3.91% from 255) = 15.52%
R=65.52%
G=18.97%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3811900.710.760.854.1461.79.22
Hex26B90474C5543e9
Octal461311010711412547611
Binary1001101011100101000111100110010101011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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