#260D00

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

Shades of Seal Brown #260D00

Tints of Seal Brown #260D00

Color information

#260D00 (or 0x260D00) is unknown color: approx Seal Brown. HEX triplet: 26, 0D and 00. RGB value is (38,13,0). Sum of RGB (Red+Green+Blue) = 38+13+0=51 (6% of max value = 765). Red value is 38 (15.23% from 255 or 74.51% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 38 - color contains mainly: red. Hex color #260D00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260D00 is #D9F2FF. Grayscale: #131313. Windows color (decimal): -14283520 or 3366. OLE color: 3366.

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

Color convert

RGB38130-
CMYK00.6610.85
HSL20.53º100%7.45%-
HSV(B)20.53º100%14.9%-
XYZ0.940.70.09-
YUV18.99117.28141.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 74.51%
GREEN value IS 13 (5.47% from 255) = 25.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.51%
G=25.49%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3813000.6610.8520.531007.45
Hex26D0042645515647
Octal461500102144125251447
Binary100110110100100001011001001010101101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260D00; }

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

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

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

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

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

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

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

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