#260900

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

Shades of Seal Brown #260900

Tints of Seal Brown #260900

Color information

#260900 (or 0x260900) is unknown color: approx Seal Brown. HEX triplet: 26, 09 and 00. RGB value is (38,9,0). Sum of RGB (Red+Green+Blue) = 38+9+0=47 (6% of max value = 765). Red value is 38 (15.23% from 255 or 80.85% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 0 (0.39% from 255 or 0% from 47); Max value from RGB is 38 - color contains mainly: red. Hex color #260900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260900 is #D9F6FF. Grayscale: #101010. Windows color (decimal): -14284544 or 2342. OLE color: 2342.

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

Color convert

RGB3890-
CMYK00.7610.85
HSL14.21º100%7.45%-
HSV(B)14.21º100%14.9%-
XYZ0.90.610.07-
YUV16.64118.61143.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 80.85%
GREEN value IS 9 (3.91% from 255) = 19.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.85%
G=19.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal389000.7610.8514.211007.45
Hex269004C6455e647
Octal461100114144125161447
Binary10011010010010011001100100101010111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260900; }

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

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

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

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

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

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

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

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