#260802

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

Shades of Seal Brown #260802

Tints of Seal Brown #260802

Color information

#260802 (or 0x260802) is unknown color: approx Seal Brown. HEX triplet: 26, 08 and 02. RGB value is (38,8,2). Sum of RGB (Red+Green+Blue) = 38+8+2=48 (6% of max value = 765). Red value is 38 (15.23% from 255 or 79.17% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 38 - color contains mainly: red. Hex color #260802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260802 is #D9F7FD. Grayscale: #101010. Windows color (decimal): -14284798 or 133158. OLE color: 133158.

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

Color convert

RGB3882-
CMYK00.790.950.85
HSL10º90%7.84%-
HSV(B)10º94.74%14.9%-
XYZ0.90.590.12-
YUV16.29119.94143.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 79.17%
GREEN value IS 8 (3.52% from 255) = 16.67%
BLUE value IS 2 (1.17% from 255) = 4.17%
R=79.17%
G=16.67%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal388200.790.950.8510907.84
Hex268204F5F55a5a8
Octal4610201171371251213210
Binary1001101000100100111110111111010101101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260802; }

 p { color: rgb(38,8,2); }

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

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

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

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

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

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

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