#260E05

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

Shades of Seal Brown #260E05

Tints of Seal Brown #260E05

Color information

#260E05 (or 0x260E05) is unknown color: approx Seal Brown. HEX triplet: 26, 0E and 05. RGB value is (38,14,5). Sum of RGB (Red+Green+Blue) = 38+14+5=57 (7% of max value = 765). Red value is 38 (15.23% from 255 or 66.67% from 57); Green value is 14 (5.86% from 255 or 24.56% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 38 - color contains mainly: red. Hex color #260E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260E05 is #D9F1FA. Grayscale: #141414. Windows color (decimal): -14283259 or 331302. OLE color: 331302.

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

Color convert

RGB38145-
CMYK00.630.870.85
HSL16.36º76.74%8.43%-
HSV(B)16.36º86.84%14.9%-
XYZ0.980.740.23-
YUV20.15119.45140.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 66.67%
GREEN value IS 14 (5.86% from 255) = 24.56%
BLUE value IS 5 (2.34% from 255) = 8.77%
R=66.67%
G=24.56%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3814500.630.870.8516.3676.748.43
Hex26E503F5755104d8
Octal461650771271252011510
Binary10011011101010111111101011110101011000010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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