#260500

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

Shades of Seal Brown #260500

Tints of Seal Brown #260500

Color information

#260500 (or 0x260500) is unknown color: approx Seal Brown. HEX triplet: 26, 05 and 00. RGB value is (38,5,0). Sum of RGB (Red+Green+Blue) = 38+5+0=43 (5% of max value = 765). Red value is 38 (15.23% from 255 or 88.37% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 38 - color contains mainly: red. Hex color #260500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260500 is #D9FAFF. Grayscale: #0E0E0E. Windows color (decimal): -14285568 or 1318. OLE color: 1318.

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

Color convert

RGB3850-
CMYK00.8710.85
HSL7.89º100%7.45%-
HSV(B)7.89º100%14.9%-
XYZ0.850.520.06-
YUV14.3119.93144.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 88.37%
GREEN value IS 5 (2.34% from 255) = 11.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.37%
G=11.63%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal385000.8710.857.891007.45
Hex265005764558647
Octal46500127144125101447
Binary1001101010010101111100100101010110001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260500; }

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

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

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

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

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

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

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

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