#260501

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

Shades of Seal Brown #260501

Tints of Seal Brown #260501

Color information

#260501 (or 0x260501) is unknown color: approx Seal Brown. HEX triplet: 26, 05 and 01. RGB value is (38,5,1). Sum of RGB (Red+Green+Blue) = 38+5+1=44 (5% of max value = 765). Red value is 38 (15.23% from 255 or 86.36% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 38 - color contains mainly: red. Hex color #260501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260501 is #D9FAFE. Grayscale: #0E0E0E. Windows color (decimal): -14285567 or 66854. OLE color: 66854.

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

Color convert

RGB3851-
CMYK00.870.970.85
HSL6.49º94.87%7.65%-
HSV(B)6.49º97.37%14.9%-
XYZ0.860.520.08-
YUV14.41120.43144.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 86.36%
GREEN value IS 5 (2.34% from 255) = 11.36%
BLUE value IS 1 (0.78% from 255) = 2.27%
R=86.36%
G=11.36%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal385100.870.970.856.4994.877.65
Hex2651057615565f8
Octal46510127141125613710
Binary1001101011010101111100001101010111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260501; }

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

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

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

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

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

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

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

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