#260F0C

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

Shades of Seal Brown #260F0C

Tints of Seal Brown #260F0C

Color information

#260F0C (or 0x260F0C) is unknown color: approx Seal Brown. HEX triplet: 26, 0F and 0C. RGB value is (38,15,12). Sum of RGB (Red+Green+Blue) = 38+15+12=65 (8% of max value = 765). Red value is 38 (15.23% from 255 or 58.46% from 65); Green value is 15 (6.25% from 255 or 23.08% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 38 - color contains mainly: red. Hex color #260F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260F0C is #D9F0F3. Grayscale: #151515. Windows color (decimal): -14282996 or 790310. OLE color: 790310.

HSL color Cylindrical-coordinate representation of color #260F0C: hue angle of 6.92º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #260F0C is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB381512-
CMYK00.610.680.85
HSL6.92º52%9.8%-
HSV(B)6.92º68.42%14.9%-
XYZ1.040.780.44-
YUV21.54122.62139.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 58.46%
GREEN value IS 15 (6.25% from 255) = 23.08%
BLUE value IS 12 (5.08% from 255) = 18.46%
R=58.46%
G=23.08%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38151200.610.680.856.92529.8
Hex26FC03D4455734a
Octal46171407510412576412
Binary100110111111000111101100010010101011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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