#260F0B

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

Shades of Seal Brown #260F0B

Tints of Seal Brown #260F0B

Color information

#260F0B (or 0x260F0B) is unknown color: approx Seal Brown. HEX triplet: 26, 0F and 0B. RGB value is (38,15,11). Sum of RGB (Red+Green+Blue) = 38+15+11=64 (8% of max value = 765). Red value is 38 (15.23% from 255 or 59.38% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 38 - color contains mainly: red. Hex color #260F0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260F0B is #D9F0F4. Grayscale: #151515. Windows color (decimal): -14282997 or 724774. OLE color: 724774.

HSL color Cylindrical-coordinate representation of color #260F0B: hue angle of 8.89º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #260F0B is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.85.

Color convert

RGB381511-
CMYK00.610.710.85
HSL8.89º55.1%9.61%-
HSV(B)8.89º71.05%14.9%-
XYZ1.030.780.41-
YUV21.42122.12139.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 59.38%
GREEN value IS 15 (6.25% from 255) = 23.44%
BLUE value IS 11 (4.69% from 255) = 17.19%
R=59.38%
G=23.44%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38151100.610.710.858.8955.19.61
Hex26FB03D4755937a
Octal461713075107125116712
Binary1001101111101101111011000111101010110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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