#260700

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

Shades of Seal Brown #260700

Tints of Seal Brown #260700

Color information

#260700 (or 0x260700) is unknown color: approx Seal Brown. HEX triplet: 26, 07 and 00. RGB value is (38,7,0). Sum of RGB (Red+Green+Blue) = 38+7+0=45 (5% of max value = 765). Red value is 38 (15.23% from 255 or 84.44% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 38 - color contains mainly: red. Hex color #260700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260700 is #D9F8FF. Grayscale: #0F0F0F. Windows color (decimal): -14285056 or 1830. OLE color: 1830.

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

Color convert

RGB3870-
CMYK00.8210.85
HSL11.05º100%7.45%-
HSV(B)11.05º100%14.9%-
XYZ0.880.560.06-
YUV15.47119.27144.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 84.44%
GREEN value IS 7 (3.12% from 255) = 15.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.44%
G=15.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal387000.8210.8511.051007.45
Hex26700526455b647
Octal46700122144125131447
Binary1001101110010100101100100101010110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260700; }

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

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

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

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

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

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

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

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