#260E0E

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

Shades of Seal Brown #260E0E

Tints of Seal Brown #260E0E

Color information

#260E0E (or 0x260E0E) is unknown color: approx Seal Brown. HEX triplet: 26, 0E and 0E. RGB value is (38,14,14). Sum of RGB (Red+Green+Blue) = 38+14+14=66 (8% of max value = 765). Red value is 38 (15.23% from 255 or 57.58% from 66); Green value is 14 (5.86% from 255 or 21.21% from 66); Blue value is 14 (5.86% from 255 or 21.21% from 66); Max value from RGB is 38 - color contains mainly: red. Hex color #260E0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260E0E is #D9F1F1. Grayscale: #151515. Windows color (decimal): -14283250 or 921126. OLE color: 921126.

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

Color convert

RGB381414-
CMYK00.630.630.85
HSL46.15%10.2%-
HSV(B)63.16%14.9%-
XYZ1.040.760.51-
YUV21.18123.95140-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 57.58%
GREEN value IS 14 (5.86% from 255) = 21.21%
BLUE value IS 14 (5.86% from 255) = 21.21%
R=57.58%
G=21.21%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38141400.630.630.85046.1510.2
Hex26EE03F3F5502ea
Octal4616160777712505612
Binary100110111011100111111111111101010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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