#261005

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

Shades of Seal Brown #261005

Tints of Seal Brown #261005

Color information

#261005 (or 0x261005) is unknown color: approx Seal Brown. HEX triplet: 26, 10 and 05. RGB value is (38,16,5). Sum of RGB (Red+Green+Blue) = 38+16+5=59 (7% of max value = 765). Red value is 38 (15.23% from 255 or 64.41% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 5 (2.34% from 255 or 8.47% from 59); Max value from RGB is 38 - color contains mainly: red. Hex color #261005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261005 is #D9EFFA. Grayscale: #151515. Windows color (decimal): -14282747 or 331814. OLE color: 331814.

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

Color convert

RGB38165-
CMYK00.580.870.85
HSL20º76.74%8.43%-
HSV(B)20º86.84%14.9%-
XYZ1.010.790.24-
YUV21.32118.79139.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 64.41%
GREEN value IS 16 (6.64% from 255) = 27.12%
BLUE value IS 5 (2.34% from 255) = 8.47%
R=64.41%
G=27.12%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3816500.580.870.852076.748.43
Hex2610503A5755144d8
Octal462050721271252411510
Binary100110100001010111010101011110101011010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261005; }

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

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

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

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

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

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

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

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