#260D07

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

Shades of Seal Brown #260D07

Tints of Seal Brown #260D07

Color information

#260D07 (or 0x260D07) is unknown color: approx Seal Brown. HEX triplet: 26, 0D and 07. RGB value is (38,13,7). Sum of RGB (Red+Green+Blue) = 38+13+7=58 (7% of max value = 765). Red value is 38 (15.23% from 255 or 65.52% from 58); Green value is 13 (5.47% from 255 or 22.41% from 58); Blue value is 7 (3.12% from 255 or 12.07% from 58); Max value from RGB is 38 - color contains mainly: red. Hex color #260D07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260D07 is #D9F2F8. Grayscale: #131313. Windows color (decimal): -14283513 or 462118. OLE color: 462118.

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

Color convert

RGB38137-
CMYK00.660.820.85
HSL11.61º68.89%8.82%-
HSV(B)11.61º81.58%14.9%-
XYZ0.980.720.29-
YUV19.79120.78140.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 65.52%
GREEN value IS 13 (5.47% from 255) = 22.41%
BLUE value IS 7 (3.12% from 255) = 12.07%
R=65.52%
G=22.41%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3813700.660.820.8511.6168.898.82
Hex26D70425255c459
Octal4615701021221251410511
Binary10011011011110100001010100101010101110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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