#261008

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

Shades of Seal Brown #261008

Tints of Seal Brown #261008

Color information

#261008 (or 0x261008) is unknown color: approx Seal Brown. HEX triplet: 26, 10 and 08. RGB value is (38,16,8). Sum of RGB (Red+Green+Blue) = 38+16+8=62 (8% of max value = 765). Red value is 38 (15.23% from 255 or 61.29% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 8 (3.52% from 255 or 12.90% from 62); Max value from RGB is 38 - color contains mainly: red. Hex color #261008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261008 is #D9EFF7. Grayscale: #151515. Windows color (decimal): -14282744 or 528422. OLE color: 528422.

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

Color convert

RGB38168-
CMYK00.580.790.85
HSL16º65.22%9.02%-
HSV(B)16º78.95%14.9%-
XYZ1.030.80.33-
YUV21.67120.29139.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 61.29%
GREEN value IS 16 (6.64% from 255) = 25.81%
BLUE value IS 8 (3.52% from 255) = 12.90%
R=61.29%
G=25.81%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3816800.580.790.851665.229.02
Hex2610803A4F5510419
Octal4620100721171252010111
Binary1001101000010000111010100111110101011000010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261008; }

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

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

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

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

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

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

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

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