#260805

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

Shades of Seal Brown #260805

Tints of Seal Brown #260805

Color information

#260805 (or 0x260805) is unknown color: approx Seal Brown. HEX triplet: 26, 08 and 05. RGB value is (38,8,5). Sum of RGB (Red+Green+Blue) = 38+8+5=51 (6% of max value = 765). Red value is 38 (15.23% from 255 or 74.51% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 5 (2.34% from 255 or 9.80% from 51); Max value from RGB is 38 - color contains mainly: red. Hex color #260805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260805 is #D9F7FA. Grayscale: #101010. Windows color (decimal): -14284795 or 329766. OLE color: 329766.

HSL color Cylindrical-coordinate representation of color #260805: hue angle of 5.45º 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 #260805 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.85.

Color convert

RGB3885-
CMYK00.790.870.85
HSL5.45º76.74%8.43%-
HSV(B)5.45º86.84%14.9%-
XYZ0.910.60.21-
YUV16.63121.44143.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 74.51%
GREEN value IS 8 (3.52% from 255) = 15.69%
BLUE value IS 5 (2.34% from 255) = 9.80%
R=74.51%
G=15.69%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal388500.790.870.855.4576.748.43
Hex268504F575554d8
Octal461050117127125511510
Binary1001101000101010011111010111101010110110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260805; }

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

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

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

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

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

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

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

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