#260F05

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

Shades of Seal Brown #260F05

Tints of Seal Brown #260F05

Color information

#260F05 (or 0x260F05) is unknown color: approx Seal Brown. HEX triplet: 26, 0F and 05. RGB value is (38,15,5). Sum of RGB (Red+Green+Blue) = 38+15+5=58 (7% of max value = 765). Red value is 38 (15.23% from 255 or 65.52% from 58); Green value is 15 (6.25% from 255 or 25.86% from 58); Blue value is 5 (2.34% from 255 or 8.62% from 58); Max value from RGB is 38 - color contains mainly: red. Hex color #260F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260F05 is #D9F0FA. Grayscale: #141414. Windows color (decimal): -14283003 or 331558. OLE color: 331558.

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

Color convert

RGB38155-
CMYK00.610.870.85
HSL18.18º76.74%8.43%-
HSV(B)18.18º86.84%14.9%-
XYZ10.760.24-
YUV20.74119.12140.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 65.52%
GREEN value IS 15 (6.25% from 255) = 25.86%
BLUE value IS 5 (2.34% from 255) = 8.62%
R=65.52%
G=25.86%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3815500.610.870.8518.1876.748.43
Hex26F503D5755124d8
Octal461750751271252211510
Binary10011011111010111101101011110101011001010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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