#260303

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

Shades of Seal Brown #260303

Tints of Seal Brown #260303

Color information

#260303 (or 0x260303) is unknown color: approx Seal Brown. HEX triplet: 26, 03 and 03. RGB value is (38,3,3). Sum of RGB (Red+Green+Blue) = 38+3+3=44 (5% of max value = 765). Red value is 38 (15.23% from 255 or 86.36% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 3 (1.56% from 255 or 6.82% from 44); Max value from RGB is 38 - color contains mainly: red. Hex color #260303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260303 is #D9FCFC. Grayscale: #0D0D0D. Windows color (decimal): -14286077 or 197414. OLE color: 197414.

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

Color convert

RGB3833-
CMYK00.920.920.85
HSL85.37%8.04%-
HSV(B)92.11%14.9%-
XYZ0.850.480.13-
YUV13.46122.1145.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 86.36%
GREEN value IS 3 (1.56% from 255) = 6.82%
BLUE value IS 3 (1.56% from 255) = 6.82%
R=86.36%
G=6.82%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.92
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal383300.920.920.85085.378.04
Hex263305C5C550558
Octal46330134134125012510
Binary10011011110101110010111001010101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260303; }

 p { color: rgb(38,3,3); }

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

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

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

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

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

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

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